From d8b782c984d619040da2c2df4f2ff5c0a8d8c94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 06:09:57 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-xgo from 1.8.0 to 2.0.0 Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 1.8.0 to 2.0.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.8.0...v2.0.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-xgo dependency-type: direct:production update-type: version-update:semver-major ... 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 ff840c1..d8f4bf7 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.8.0 + uses: crazy-max/ghaction-xgo@v2.0.0 env: TIME: "${{ steps.current-time.outputs.time }}" with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 496c49a..577871d 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.8.0 + uses: crazy-max/ghaction-xgo@v2.0.0 env: TIME: "${{ steps.current-time.outputs.time }}" with: