Revert "buildGoModule: set GOPROXY to go default"
This reverts commit3392d56b72
. Fixed incbc976a97c
This commit is contained in:
parent
59ed084cc2
commit
9b562802e0
1 changed files with 0 additions and 3 deletions
|
@ -87,9 +87,6 @@ let
|
|||
runHook preConfigure
|
||||
export GOCACHE=$TMPDIR/go-cache
|
||||
export GOPATH="$TMPDIR/go"
|
||||
# fixes 'GOPROXY list is not the empty string, but contains no entries'
|
||||
# "https://proxy.golang.org,direct" is the go default
|
||||
export GOPROXY="''${GOPROXY:-"https://proxy.golang.org,direct"}" # respect impureEnvVars
|
||||
cd "${modRoot}"
|
||||
runHook postConfigure
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue