Skip to content

Commit 2fec3c3

Browse files
fix(release): update GoReleaser configurations to migrate archives format (scaleway#4861)
Signed-off-by: Emmanuel Ferdman <[email protected]> Co-authored-by: Rémy Léone <[email protected]>
1 parent 785d5d2 commit 2fec3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ builds:
3030
- -X main.GitCommit={{ .ShortCommit }}
3131

3232
archives:
33-
- format: binary
33+
- formats: [binary]
3434

3535
checksum:
3636
name_template: 'SHA256SUMS'

0 commit comments

Comments
 (0)