diff --git a/hack/ensure-kind.sh b/hack/ensure-kind.sh index 0d18e45b5..96857ac93 100755 --- a/hack/ensure-kind.sh +++ b/hack/ensure-kind.sh @@ -21,7 +21,7 @@ set -o pipefail set -x GOPATH_BIN="$(go env GOPATH)/bin/" -MINIMUM_KIND_VERSION=v0.11.0 +MINIMUM_KIND_VERSION=v0.20.0 # Ensure the kind tool exists and is a viable version, or installs it verify_kind_version() {