Skip to content

Commit f6b67b7

Browse files
ceritiumclaude
andcommitted
Pin GoReleaser version in release workflow
Replace 'latest' with explicit version 'v1.26.2' to avoid the warning about locking to v1. This ensures consistent behavior across releases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <[email protected]>
1 parent e9d2a0b commit f6b67b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: goreleaser/goreleaser-action@v5
3131
with:
3232
distribution: goreleaser
33-
version: latest
33+
version: v1.26.2
3434
args: release --clean
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)