Merge pull request #71049 from marsam/buildGoModule-disable-goproxy
buildGoModule: disable default go module proxy
This commit is contained in:
commit
e18646b7e3
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ let
|
|||
installPhase = args.modInstallPhase or ''
|
||||
runHook preInstall
|
||||
|
||||
# remove cached lookup results and tiles
|
||||
rm -rf "''${GOPATH}/pkg/mod/cache/download/sumdb"
|
||||
cp -r "''${GOPATH}/pkg/mod/cache/download" $out
|
||||
|
||||
runHook postInstall
|
||||
|
|
Loading…
Reference in a new issue