Skip to content

Commit 955ebd2

Browse files
committed
Update .goreleaser.yml to version 2
1 parent fb262e5 commit 955ebd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
4+
35
before:
46
hooks:
57
# this is just an example and not a requirement for provider building/publishing
@@ -27,7 +29,7 @@ builds:
2729
goarch: '386'
2830
binary: '{{ .ProjectName }}_v{{ .Version }}'
2931
archives:
30-
- format: zip
32+
- formats: zip
3133
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3234
checksum:
3335
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'

0 commit comments

Comments
 (0)