summaryrefslogtreecommitdiff
path: root/hack/lib
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-11-16 17:42:53 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-11-20 14:22:52 +0800
commit4b05bab96a4b6b3828dc4639a36f8fdd70f2fc5a (patch)
tree894e32e44de69cf281e8104fac4746471e8b75a9 /hack/lib
parentmodification for controller-runtime 0.15.3 (diff)
downloadkubeedge-4b05bab96a4b6b3828dc4639a36f8fdd70f2fc5a.tar.gz
update kind version to 0.19.0
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'hack/lib')
-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 621c76c99..3850f063e 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.18.0
+ GO111MODULE="on" go install sigs.k8s.io/kind@v0.19.0
if [[ $? -ne 0 ]]; then
echo "kind installed failed, exiting."
exit 1