Skip to content

Commit

Permalink
Remove GO111MODULES
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Nov 30, 2018
1 parent c188776 commit a436144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ project_name: chezmoi

before:
hooks:
- export GO111MODULE=on go mod download
- go mod download

builds:
- binary: chezmoi
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- darwin
Expand Down

0 comments on commit a436144

Please sign in to comment.