Skip to content

Commit d12cae0

Browse files
authored
update goreleaser config (#460)
Fix goreleaser deprecation warning, add tar.gz format
1 parent 66491e0 commit d12cae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ builds:
3232
goarch: '386'
3333
binary: '{{ .ProjectName }}_v{{ .Version }}'
3434
archives:
35-
- format: zip
35+
- formats: ["zip", "tar.gz"]
3636
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3737
checksum:
3838
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'

0 commit comments

Comments
 (0)