Fix update-netparse-cve for workspaces

This commit is contained in:
Tim Hockin 2024-01-04 14:36:24 -08:00
parent fad5bb1cdd
commit bff2e92edd
No known key found for this signature in database

View File

@ -28,6 +28,7 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${KUBE_ROOT}/hack/lib/init.sh" source "${KUBE_ROOT}/hack/lib/init.sh"
source "${KUBE_ROOT}/hack/lib/util.sh" source "${KUBE_ROOT}/hack/lib/util.sh"
kube::golang::setup_env
kube::golang::verify_go_version kube::golang::verify_go_version
# Ensure that we find the binaries we build before anything else. # Ensure that we find the binaries we build before anything else.