From 85c2f8733b66a4c2a1c7f623f47cc328afa2f3a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:56:05 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/build-with-patches.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-with-patches.yml b/.github/workflows/build-with-patches.yml index ee4bbd44436..65564c9061e 100644 --- a/.github/workflows/build-with-patches.yml +++ b/.github/workflows/build-with-patches.yml @@ -32,7 +32,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v6 with: go-version-file: act/go.mod - name: compile @@ -52,7 +52,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v6 with: go-version-file: act/go.mod - uses: docker/setup-qemu-action@v2 @@ -90,7 +90,7 @@ jobs: cd act git tag -d "${{ needs.calculate-tag.outputs.tag }}" || true git tag "${{ needs.calculate-tag.outputs.tag }}" - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v6 with: go-version-file: act/go.mod - name: GoReleaser