Added Go mod hooks to goreleaser (#228)

This commit is contained in:
geseq 2019-10-24 12:25:23 +02:00 committed by GitHub
parent 9b4ab96d31
commit 93fbccd14d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0