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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-27 06:09:57 +00:00 committed by GitHub
parent 31d34e5269
commit d8b782c984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: