From fa09f7322139658d90183366748a45205b3f276b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:01:58 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-xgo from 2 to 3 Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-xgo/releases) - [Commits](https://github.com/crazy-max/ghaction-xgo/compare/v2...v3) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 667bc84..e0f8c65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: go-version: "1.22.x" - name: Build with xgo - uses: crazy-max/ghaction-xgo@v2 + uses: crazy-max/ghaction-xgo@v3 with: xgo_version: latest go_version: ${{ matrix.go_version }}