Skip to content

Commit 586ff66

Browse files
authored
Migrate from deprecated Goreleaser config (#1493)
* Migrate from deprecated Goreleaser config * Bump goreleaser
1 parent 863d7cf commit 586ff66

File tree

3 files changed

+391
-412
lines changed

3 files changed

+391
-412
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ builds:
3131
goarch: '386'
3232
binary: '{{ .ProjectName }}_v{{ .Version }}'
3333
archives:
34-
- format: zip
34+
- formats: zip
3535
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3636
checksum:
3737
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'

0 commit comments

Comments
 (0)