From 2e6bf4414a7d2c301b480e89da6e0aaebf00d15e Mon Sep 17 00:00:00 2001 From: gy95 <1015105054@qq.com> Date: Tue, 17 Jan 2023 10:01:00 +0800 Subject: bump kind version to 1.12.0 Signed-off-by: gy95 <1015105054@qq.com> --- hack/lib/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hack') diff --git a/hack/lib/install.sh b/hack/lib/install.sh index 55252a337..41fb6d724 100755 --- a/hack/lib/install.sh +++ b/hack/lib/install.sh @@ -32,7 +32,7 @@ function check_kind { command -v kind >/dev/null 2>&1 if [[ $? -ne 0 ]]; then echo "installing kind ." - GO111MODULE="on" go install sigs.k8s.io/kind@v0.11.1 + GO111MODULE="on" go install sigs.k8s.io/kind@v0.12.0 if [[ $? -ne 0 ]]; then echo "kind installed failed, exiting." exit 1 -- cgit v1.2.3