From d69a9fb9fb510d3885b2bc0dd455618998d648d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 23:11:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/go-releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-releaser.yml b/.github/workflows/go-releaser.yml index 8821391..bab909c 100644 --- a/.github/workflows/go-releaser.yml +++ b/.github/workflows/go-releaser.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 - name: Install GoReleaser (System-wide) uses: goreleaser/goreleaser-action@v6 with: