Skip to content

Commit 2b5742a

Browse files
authored
Updated deprecated goreleaser config (#254)
1 parent 2c6b43d commit 2b5742a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
before:
23
hooks:
34
- go mod download
@@ -28,5 +29,5 @@ checksum:
2829
name_template: "checksums.txt"
2930
algorithm: sha256
3031
archives:
31-
- format: binary
32+
- formats: [ binary ]
3233
name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}"

0 commit comments

Comments
 (0)