Fix permanent go env syntax.

master
Icedream 2023-09-27 18:56:50 +02:00
parent ac30f42ae8
commit cb9b6b9b9d
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 3 additions and 2 deletions

View File

@ -253,6 +253,7 @@ fi
if has_tags go; then
#go env -u GOPROXY
#go env -u GOSUMDB
go env -w GOPROXY direct
go env -w GOSUMDB off
go env -w \
GOPROXY=direct \
GOSUMDB=off
fi