Skip to content

Commit

Permalink
Upgrade goreleaser again to 2.6.x
Browse files Browse the repository at this point in the history
This gets rid of  a couple of deprecation warnings in 2.6.x.
  • Loading branch information
post-svejk committed Jan 22, 2025
1 parent 6a102e2 commit ccd6500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -28,7 +29,7 @@ builds:
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
- formats: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
extra_files:
Expand Down

0 comments on commit ccd6500

Please sign in to comment.