Merge pull request #74811 from marsam/buildGoModule-disable-goproxy-on-package-build

buildGoModule: disable consult the checksum database on build
This commit is contained in:
Mario Rodas
2019-12-07 18:25:25 -05:00
committed by GitHub

View File

@@ -98,6 +98,7 @@ let
export GOCACHE=$TMPDIR/go-cache
export GOPATH="$TMPDIR/go"
export GOSUMDB=off
export GOPROXY=file://${go-modules}
runHook postConfigure