diff --git a/hack/update-netparse-cve.sh b/hack/update-netparse-cve.sh index ef7f9712c59..3f51cd60a44 100755 --- a/hack/update-netparse-cve.sh +++ b/hack/update-netparse-cve.sh @@ -28,6 +28,7 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" source "${KUBE_ROOT}/hack/lib/util.sh" +kube::golang::setup_env kube::golang::verify_go_version # Ensure that we find the binaries we build before anything else.