mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
@@ -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)
|
||||||
|
Reference in New Issue
Block a user