From 8a77935092f65167f46225e6dab24b58914b77b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:28:28 +0000 Subject: [PATCH] Bump crazy-max/ghaction-xgo from 1 to 1.6.1 Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 1 to 1.6.1. - [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...v1.6.1) 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 2717a1f..b5ef5ef 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 + uses: crazy-max/ghaction-xgo@v1.6.1 env: TIME: "${{ steps.current-time.outputs.time }}" with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1eecc90..ca9354b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: id: current-time - name: Build - uses: crazy-max/ghaction-xgo@v1 + uses: crazy-max/ghaction-xgo@v1.6.1 env: TIME: "${{ steps.current-time.outputs.time }}" with: