Skip to content

Commit 8e9d99e

Browse files
Update goreleaser config
1 parent 61d6cc4 commit 8e9d99e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
before:
22
hooks:
3-
- go mod download
43
- make install
54

65
builds:
@@ -13,8 +12,8 @@ builds:
1312
- amd64
1413

1514
env:
16-
GO111MODULE=on
17-
GOPROXY="https://gocenter.io"
15+
- GO111MODULE=on
16+
- GOPROXY="https://gocenter.io"
1817

1918
archive:
2019
wrap_in_directory: true

0 commit comments

Comments
 (0)