Skip to content

Commit 498a380

Browse files
committed
Fix deprecation notices
1 parent 3e0638a commit 498a380

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.goreleaser.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
version: 2
22

33
builds:
4-
-
5-
goos:
4+
- goos:
65
- linux
76
- windows
87
- darwin
@@ -13,7 +12,7 @@ builds:
1312
- -s -w -X github.com/sniptt-official/ots/build.Version={{.Version}}
1413

1514
archives:
16-
- format: tar.gz
15+
- formats: tar.gz
1716
format_overrides:
1817
- goos: windows
19-
format: zip
18+
formats: zip

0 commit comments

Comments
 (0)