From e2ddc9dcc65bc30707196d9e27c2baaf39c88140 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Fri, 21 Feb 2025 20:12:23 -0800 Subject: [PATCH] fix(goreleaser): Fix deprecation on format -> formats https://goreleaser.com/deprecations/#archivesformat Signed-off-by: Bryan Hundven --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d1b79aa..ed871a6 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -27,7 +27,7 @@ archives: {{- if .Arm }}v{{ .Arm }}{{ end -}} format_overrides: - goos: windows - format: zip + formats: [zip] checksum: name_template: 'SHA256SUMS' release: