Added Go mod hooks to goreleaser (#228)
This commit is contained in:
parent
9b4ab96d31
commit
93fbccd14d
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
env:
|
||||
- GO111MODULE=on
|
||||
before:
|
||||
hooks:
|
||||
- go mod tidy
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
|
|
Loading…
Reference in a new issue