Skip to content

Commit a7c457a

Browse files
authored
Resolve goreleaser deprecations & warnings (#398)
1 parent 5e91a0d commit a7c457a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
before:
24
hooks:
35
- go mod download
@@ -44,7 +46,8 @@ archives:
4446
name_template: "forklift_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
4547
format_overrides:
4648
- goos: windows
47-
format: zip
49+
formats:
50+
- zip
4851

4952
release:
5053
github:

0 commit comments

Comments
 (0)