Skip to content

Commit a6f996b

Browse files
authored
fix(ci): Update goreleaser archives formats to accept list (#47)
'format' is deprecated - https://goreleaser.com/deprecations/#archivesformat - https://goreleaser.com/deprecations/#archivesformat_overridesformat Signed-off-by: Mert Şişmanoğlu <[email protected]>
1 parent 14aff9e commit a6f996b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,13 @@ kos:
4444
env:
4545
- CGO_ENABLED=0
4646
bare: true
47-
4847

4948
archives:
50-
- format: tar.gz
49+
- formats: tar.gz
5150
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
5251
format_overrides:
5352
- goos: windows
54-
format: zip
53+
formats: zip
5554

5655
checksum:
5756
# Generate checksum files to confirm the integrity of the files.

0 commit comments

Comments
 (0)