mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
CI script - unset GOMODULE
This commit is contained in:
parent
ccebf6f4b3
commit
4f9a064940
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
export GOPATH="${HOME}/go"
|
export GOPATH="${HOME}/go"
|
||||||
export PATH=/usr/local/bin:/usr/bin:/usr/lib/ccache/bin:/bin:$GOPATH/bin
|
export PATH=/usr/local/bin:/usr/bin:/usr/lib/ccache/bin:/bin:$GOPATH/bin
|
||||||
export GO111MODULE=off
|
unset GO111MODULE
|
||||||
export GOPROXY="direct"
|
export GOPROXY="direct"
|
||||||
#!# GOCACHE will be phased out in v1.12. [github.com/golang/go/issues/26809]
|
#!# GOCACHE will be phased out in v1.12. [github.com/golang/go/issues/26809]
|
||||||
#!export GOCACHE="${HOME}/.cache/go-build"
|
#!export GOCACHE="${HOME}/.cache/go-build"
|
||||||
|
|
Loading…
Reference in a new issue