From 4f9a0649406a895ffe68848d700ec0c71ab38d6c Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sat, 9 Apr 2022 19:48:31 -0700 Subject: [PATCH] CI script - unset GOMODULE --- bacillus/ci_pushbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index 4f98960..b42fe5f 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -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"