Skip to content

Commit 7b1f470

Browse files
authored
fix: goreleaser deprecated config fields (#588)
Signed-off-by: Nathanael Liechti <[email protected]>
1 parent 2ebafd5 commit 7b1f470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ builds:
2121
- freebsd_arm
2222
binary: '{{ .ProjectName }}_v{{ .Version }}'
2323
archives:
24-
- format: zip
24+
- formats: [ 'zip' ]
2525
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
2626
checksum:
2727
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'

0 commit comments

Comments
 (0)