From 4b07c6ace107b7de5ee2b111fb381f143b439303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:04:43 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-xgo action to v4 --- .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 }}