Skip to content

Commit d05d18b

Browse files
zakiskchmouel
authored andcommitted
Fix goreleaser issue
fixed goreleaser issue where archives.format_overrides.format has been deprecated and changed to formats (plural). Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 3b251fb commit d05d18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ archives:
3838
{{- else }}{{ .Arch }}{{ end }}
3939
format_overrides:
4040
- goos: windows
41-
format: zip
41+
- formats: zip
4242
checksum:
4343
name_template: "checksums.txt"
4444
snapshot:

0 commit comments

Comments
 (0)