mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
da4c4a7789
commit
e5fe378925
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue