Skip to content

Commit abae3b3

Browse files
committed
Update .goreleaser.yaml to use 'formats' instead of deprecated 'format' in archives.format_overrides
1 parent 14c7d86 commit abae3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ archives:
3333
{{- else }}{{ .Arch }}{{ end }}
3434
format_overrides:
3535
- goos: windows
36-
format: zip
36+
formats: ["zip"]
3737
files:
3838
- LICENSE
3939
- completions/*

0 commit comments

Comments
 (0)