From 3163fc4f69a5d5a0b4b3c02472f08c71339293c4 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 9 Dec 2023 16:21:24 -0800 Subject: [PATCH] Change update-golangci-lint-config to new setup_env --- hack/update-golangci-lint-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-golangci-lint-config.sh b/hack/update-golangci-lint-config.sh index acdfee32e2c..7ace6766681 100755 --- a/hack/update-golangci-lint-config.sh +++ b/hack/update-golangci-lint-config.sh @@ -26,7 +26,7 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" # This sets up the environment, like GOCACHE, which keeps the worktree cleaner. -kube::golang::old::setup_env +kube::golang::new::setup_env # Remove all files, some of them might be obsolete. rm -f hack/golangci*.yaml