From d28d534092b580b96bae8e30703289a3eb6012b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 06:11:09 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-xgo from 1.6.1 to 1.7.0 Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/crazy-max/ghaction-xgo/releases) - [Changelog](https://github.com/crazy-max/ghaction-xgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-xgo/compare/v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-xgo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-master.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index 0e2b6b9..3fb08be 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -25,7 +25,7 @@ jobs: id: current-time - name: Build - uses: crazy-max/ghaction-xgo@v1.6.1 + uses: crazy-max/ghaction-xgo@v1.7.0 env: TIME: "${{ steps.current-time.outputs.time }}" with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b187ece..8f737b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: id: current-time - name: Build (tun) - uses: crazy-max/ghaction-xgo@v1.6.1 + uses: crazy-max/ghaction-xgo@v1.7.0 env: TIME: "${{ steps.current-time.outputs.time }}" with: