Skip to content

Commit

Permalink
modules: Set GO111MODULE=on
Browse files Browse the repository at this point in the history
Fixes #6114
  • Loading branch information
bep committed Jul 26, 2019
1 parent da4c4a7 commit e5fe378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/client.go
Expand Up @@ -79,6 +79,7 @@ func NewClient(cfg ClientConfig) *Client {

config.SetEnvVars(&env,
"PWD", cfg.WorkingDir,
"GO111MODULE", "on",
"GOPROXY", mcfg.Proxy,
"GOPRIVATE", mcfg.Private,
"GONOPROXY", mcfg.NoProxy)
Expand Down

0 comments on commit e5fe378

Please sign in to comment.