Skip to content

Commit 6deeb98

Browse files
abizerclaude
andauthored
ci: bump goreleaser-action v6 -> v7 (#13)
## Summary v7's only breaking change is the Node.js runtime (20 → 24). GitHub deprecated Node 20 for actions in Sept 2026; the v2.5.0 release run surfaced the deprecation warning. No input/output changes — `v6` and `v7` accept the same `version` / `args` config. `v7` floating tag currently resolves to `v7.2.1` (same SHA), matching the floating-major-tag style this repo already uses for `actions/checkout@v6` and `actions/setup-go@v6`. ## Test plan - [x] `v7` floating tag confirmed to exist on goreleaser/goreleaser-action - [ ] Next release tag push exercises the bumped action (only runs on `v*` tag push, so can't validate via CI on this PR — merge then cut a patch tag if you want to smoke-test) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: a dependency bump in the GitHub Actions release workflow, but it can affect tagging/release publishing behavior and only gets exercised on release runs. > > **Overview** > The release GitHub Actions workflow now runs GoReleaser via `goreleaser/goreleaser-action@v7` (was `@v6`) while keeping the same `version` and `args` configuration. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit d86222e. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bfa3180 commit 6deeb98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/setup-go@v6
5151
with:
5252
go-version: "1.25"
53-
- uses: goreleaser/goreleaser-action@v6
53+
- uses: goreleaser/goreleaser-action@v7
5454
with:
5555
version: "~> v2"
5656
args: release --clean

0 commit comments

Comments
 (0)