Skip to content

Commit ee5b6a2

Browse files
committed
ci: upgrade GoReleaser action to version 6
- Update GoReleaser action version from v5 to v6 Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 2d2b8bb commit ee5b6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version-file: "go.mod"
2323
check-latest: true
2424
- name: Run GoReleaser
25-
uses: goreleaser/goreleaser-action@v5
25+
uses: goreleaser/goreleaser-action@v6
2626
with:
2727
# either 'goreleaser' (default) or 'goreleaser-pro'
2828
distribution: goreleaser

0 commit comments

Comments
 (0)