CI script - unset GOMODULE

This commit is contained in:
Russ Magee 2022-04-09 19:48:31 -07:00
parent ccebf6f4b3
commit 4f9a064940
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
export GOPATH="${HOME}/go"
export PATH=/usr/local/bin:/usr/bin:/usr/lib/ccache/bin:/bin:$GOPATH/bin
export GO111MODULE=off
unset GO111MODULE
export GOPROXY="direct"
#!# GOCACHE will be phased out in v1.12. [github.com/golang/go/issues/26809]
#!export GOCACHE="${HOME}/.cache/go-build"