mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Call verify_go_version at the END of setup_env
Prior to this it would download Go, setup the environment, then (maybe) download Go again. I renamed verify_go_version to be internal and fixed all callers.
This commit is contained in:
@@ -36,7 +36,6 @@ if [[ "${GOPROXY:-}" == "off" ]]; then
|
||||
fi
|
||||
|
||||
kube::golang::setup_env
|
||||
kube::golang::verify_go_version
|
||||
kube::util::require-jq
|
||||
|
||||
# let us log all errors before we exit
|
||||
|
||||
Reference in New Issue
Block a user