Change verify-yamlfmt to new setup_env

This commit is contained in:
Tim Hockin 2023-12-09 16:19:48 -08:00
parent 3dc447708b
commit 714f8a0855
No known key found for this signature in database

View File

@ -21,7 +21,7 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
kube::golang::old::setup_env
kube::golang::new::setup_env
cd "${KUBE_ROOT}"