Skip to content

Commit a688155

Browse files
Lyckabcclaude
andcommitted
ci: migrate goreleaser config to v2 schema
Use 'formats: [tar.gz]' / 'formats: [zip]' instead of deprecated singular 'format'. goreleaser v2 errors on deprecated fields by default. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5241cb1 commit a688155

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ builds:
2525
- -s -w
2626

2727
archives:
28-
- format: tar.gz
28+
- formats: [tar.gz]
2929
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
3030
format_overrides:
3131
- goos: windows
32-
format: zip
32+
formats: [zip]
3333

3434
checksum:
3535
name_template: checksums.txt

0 commit comments

Comments
 (0)