Skip to content

Commit 9b6fad7

Browse files
authored
Fix Goreleaser lint warning (#395)
1 parent ac3773e commit 9b6fad7

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
@@ -11,7 +11,7 @@ builds:
1111
env:
1212
- CGO_ENABLED=0
1313
archives:
14-
- format: binary
14+
- formats: ['binary']
1515
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
1616
before:
1717
hooks:

0 commit comments

Comments
 (0)