summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorgy95 <1015105054@qq.com>2023-01-17 10:01:00 +0800
committergy95 <1015105054@qq.com>2023-01-17 10:01:00 +0800
commit2e6bf4414a7d2c301b480e89da6e0aaebf00d15e (patch)
treeeff699b958b69232218376debe97f3dab4dd94ac /hack
parentMerge pull request #4411 from wackxu/adde2erunner (diff)
downloadkubeedge-2e6bf4414a7d2c301b480e89da6e0aaebf00d15e.tar.gz
bump kind version to 1.12.0
Signed-off-by: gy95 <1015105054@qq.com>
Diffstat (limited to 'hack')
-rwxr-xr-xhack/lib/install.sh2
1 files changed, 1 insertions, 1 deletions
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