summaryrefslogtreecommitdiff
path: root/hack/lib
diff options
context:
space:
mode:
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 304e3c3fe..494d7bc0f 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 get sigs.k8s.io/kind@v0.11.0
+ GO111MODULE="on" go get sigs.k8s.io/kind@v0.11.1
if [[ $? -ne 0 ]]; then
echo "kind installed failed, exiting."
exit 1