Skip to content

Commit 1dffd30

Browse files
authored
chore: update Go releaser config (#120)
1 parent 55211b2 commit 1dffd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ builds:
2020
binary: gabo
2121

2222
archives:
23-
- format: tar.gz
23+
- formats: ["tar.gz"]
2424
# this name template makes the OS and Arch compatible with the results of uname.
2525
name_template: >-
2626
{{ .ProjectName }}_
@@ -32,7 +32,7 @@ archives:
3232
# use zip for windows archives
3333
format_overrides:
3434
- goos: windows
35-
format: zip
35+
formats: ["zip"]
3636
checksum:
3737
name_template: 'checksums.txt'
3838
snapshot:

0 commit comments

Comments
 (0)