roll own gvm due to annoyances with gvm using a separate GOPATH for each version

This commit is contained in:
2022-09-22 11:35:34 -04:00
parent 7c099cfc39
commit 42f5af5389
5 changed files with 104 additions and 25 deletions

View File

@@ -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