Skip to content

Commit 74233b4

Browse files
authored
chore(goreleaser): migrate deprecated field archive.format (#2924)
1 parent 0f02db0 commit 74233b4

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
@@ -30,7 +30,7 @@ builds:
3030
goarch: '386'
3131
binary: '{{ .ProjectName }}_v{{ .Version }}'
3232
archives:
33-
- format: zip
33+
- formats: ['zip']
3434
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3535
checksum:
3636
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'

0 commit comments

Comments
 (0)