roll own gvm due to annoyances with gvm using a separate GOPATH for each version
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# GO stuff
|
||||
export GOPATH="${HOME}/go"
|
||||
#export GOROOT="$(brew --prefix golang)/libexec"
|
||||
export GOROOT="/usr/local/go"
|
||||
export GOROOT="${HOME}/.go/go"
|
||||
export PATH=${GOPATH}/bin:${GOROOT}/bin:$PATH
|
||||
export GOPRIVATE="github.com/solo-io"
|
||||
export ACK_GINKGO_DEPRECATIONS=1.16.5
|
||||
|
||||
Reference in New Issue
Block a user