From bff2e92edd12b4eb827caf70e031e2f9485e1b1e Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 4 Jan 2024 14:36:24 -0800 Subject: [PATCH] Fix update-netparse-cve for workspaces --- hack/update-netparse-cve.sh | 1 + 1 file changed, 1 insertion(+) 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.