mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-09 12:40:49 -04:00
parent
da4c4a7789
commit
e5fe378925
@ -79,6 +79,7 @@ func NewClient(cfg ClientConfig) *Client {
|
|||||||
|
|
||||||
config.SetEnvVars(&env,
|
config.SetEnvVars(&env,
|
||||||
"PWD", cfg.WorkingDir,
|
"PWD", cfg.WorkingDir,
|
||||||
|
"GO111MODULE", "on",
|
||||||
"GOPROXY", mcfg.Proxy,
|
"GOPROXY", mcfg.Proxy,
|
||||||
"GOPRIVATE", mcfg.Private,
|
"GOPRIVATE", mcfg.Private,
|
||||||
"GONOPROXY", mcfg.NoProxy)
|
"GONOPROXY", mcfg.NoProxy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user