Skip to content

Commit 3c6ee90

Browse files
committed
update goreleaser
1 parent d1ef4ae commit 3c6ee90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎v2/.goreleaser.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ builds:
99
- amd64
1010
env:
1111
- CGO_ENABLED=0
12-
archive:
13-
format: binary
14-
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
12+
archives:
13+
- format: binary
14+
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
1515
before:
1616
hooks:
1717
- go mod download

0 commit comments

Comments
 (0)