From 98ebc9968114ab35e8e269ef50331c04d3cc95ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:54:12 +0000 Subject: [PATCH] Update actions/setup-go action to v6 --- .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 5b4fc7c..fcf33c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v5.0.2 + uses: actions/setup-go@v6.5.0 with: go-version-file: "go.mod" - name: Run GoReleaser