We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a70f2 commit b3f7ad2Copy full SHA for b3f7ad2
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
go-version: '1.22'
15
- name: GoReleaser
16
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
17
18
version: latest
19
args: release --snapshot --clean
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
version: v0.9.3
22
- name: Binary builds with GoReleaser
23
24
25
26
args: release --clean
0 commit comments