Remove some references to GOPATH

This commit is contained in:
Tim Hockin
2022-01-11 17:07:11 -08:00
parent 5f490b4fe8
commit 58ab5eea89
7 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ kube::golang::verify_go_version
export GOBIN="${KUBE_OUTPUT_BIN}"
PATH="${GOBIN}:${PATH}"
# Explicitly opt into go modules, even though we're inside a GOPATH directory
# Explicitly opt into go modules
export GO111MODULE=on
# Install golangci-lint