From 34cf29d849ce3cb2d2c0d78f1249e62f825c7559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:50:38 +0000 Subject: [PATCH] Update actions/setup-go action to v7 --- .github/workflows/goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index d9d11a3..1c7dc78 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -19,7 +19,7 @@ jobs: # Unsurprisingly, we need Go to run goreleaser. - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v7 with: go-version: 1.17