From 7fbd288689dd74ac1cf46a693bb1c7c79ad449ce Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Sun, 6 Jul 2025 20:58:27 +0200 Subject: [PATCH] Fix goreleaser deprecations 1. https://goreleaser.com/deprecations/#archivesformat_overridesformat 2. https://goreleaser.com/deprecations/#archivesbuilds --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1995cf6b4..6e9a9d182 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -54,7 +54,7 @@ changelog: archives: - id: release-archives - builds: + ids: - release-build name_template: >- {{- .ProjectName }}- @@ -66,7 +66,7 @@ archives: {{- if .Arm }}v{{- .Arm }}{{ end }} format_overrides: - goos: windows - format: zip + formats: ["zip"] files: - shell/** - LICENSE @@ -84,7 +84,7 @@ archives: {{- if .Arm }}v{{- .Arm }}{{ end }} format_overrides: - goos: windows - format: zip + formats: ["zip"] files: - shell/** - LICENSE