From cc65c767269ba71cd5eb7f73b3418b0ddd4ff08a Mon Sep 17 00:00:00 2001 From: "renovate-okira[bot]" <263937112+renovate-okira[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 04:01:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 --- .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 9634cac..87501c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 # goreleaser needs full history for changelog - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: # Keep in sync with the `go` directive in go.mod. setup-go pins # GOTOOLCHAIN=local, so a mismatch here blocks goreleaser's