Skip to content

Commit

Permalink
goreleaser: force go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
boz committed May 18, 2019
1 parent 8eefe2b commit 4858702
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com

env:
- GO111MODULE=on

before:
hooks:
- go mod download
Expand Down

0 comments on commit 4858702

Please sign in to comment.