Skip to content

Commit

Permalink
Fix goreleaser issue
Browse files Browse the repository at this point in the history
fixed goreleaser issue where archives.format_overrides.format
has been deprecated and changed to formats (plural).

Signed-off-by: Zaki Shaikh <[email protected]>
  • Loading branch information
zakisk committed Jan 22, 2025
1 parent 3b251fb commit f8cf7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ archives:
{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows
format: zip
- formats: zip
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit f8cf7ce

Please sign in to comment.