Skip to content

Commit b166289

Browse files
committed
update goreleaser
1 parent 4c99993 commit b166289

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3-
version: 1
3+
version: 2
44
before:
55
hooks:
66
# this is just an example and not a requirement for provider building/publishing
@@ -32,7 +32,7 @@ builds:
3232
goarch: "arm"
3333
binary: "{{ .ProjectName }}_v{{ .Version }}"
3434
archives:
35-
- format: zip
35+
- formats: ["zip"]
3636
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
3737
checksum:
3838
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"

0 commit comments

Comments
 (0)