Skip to content

Commit

Permalink
[ignore] Update .goreleaser following archives.format deprecation and…
Browse files Browse the repository at this point in the history
… change to formats
  • Loading branch information
lhercot committed Jan 22, 2025
1 parent 5369c36 commit 269c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ builds:
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
- formats: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
Expand Down

0 comments on commit 269c8be

Please sign in to comment.