Skip to content

Commit

Permalink
Added Go mod hooks to goreleaser (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
geseq authored Oct 24, 2019
1 parent 9b4ab96 commit 93fbccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 93fbccd

Please sign in to comment.