Skip to content

Commit

Permalink
Add GO111MODULE=on
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Nov 6, 2018
1 parent 7b9de6d commit 5a7f157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ builds:
ldflags: -s -w -X main.Version={{.Version}} -X main.Commit={{.Commit}} -X main.Date={{.Date}}
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- windows
Expand Down

0 comments on commit 5a7f157

Please sign in to comment.