We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4715df3 commit 22f1e9bCopy full SHA for 22f1e9b
.goreleaser.yml
@@ -2,7 +2,7 @@
2
# Make sure to check the documentation at http://goreleaser.com
3
before:
4
hooks:
5
- - make
+ - go mod download
6
7
builds:
8
-
Makefile
@@ -12,7 +12,6 @@ install-tools:
12
go install golang.org/x/tools/cmd/goimports@latest && \
13
go install github.com/mgechev/revive@latest
14
15
16
install:
17
go mod download
18
0 commit comments