From 8de44c383118624bae8a89ed4d6bc9957b74aeb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:04:08 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-xgo from 2 to 4 Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 2 to 4. - [Release notes](https://github.com/crazy-max/ghaction-xgo/releases) - [Commits](https://github.com/crazy-max/ghaction-xgo/compare/v2...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-xgo dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ca126ed4..16989eb45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,7 +141,7 @@ jobs: shell: bash - name: Build ${{ matrix.platform }}/${{ matrix.arch }} - uses: crazy-max/ghaction-xgo@v2 + uses: crazy-max/ghaction-xgo@v4 with: xgo_version: latest go_version: ${{ needs.data.outputs.go_version }}