From 75b640f19c6bfa0f69b25538729d03822f33aefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 06:11:43 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-xgo from 1.7.0 to 1.8.0 Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 1.7.0 to 1.8.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.7.0...v1.8.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 3fb08be..a1f1484 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.7.0 + uses: crazy-max/ghaction-xgo@v1.8.0 env: TIME: "${{ steps.current-time.outputs.time }}" with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f737b1..3432d1f 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.7.0 + uses: crazy-max/ghaction-xgo@v1.8.0 env: TIME: "${{ steps.current-time.outputs.time }}" with: