Skip to content

Commit a4e7492

Browse files
authored
ci: update deprecated archive format syntax in goreleaser configuration (#196)
1 parent 15cd21c commit a4e7492

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
@@ -33,7 +33,7 @@ builds:
3333
goarch: '386'
3434
binary: '{{ .ProjectName }}_v{{ .Version }}'
3535
archives:
36-
- format: zip
36+
- formats: [ 'zip' ]
3737
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3838
checksum:
3939
extra_files:

0 commit comments

Comments
 (0)