Skip to content

Commit 109f3c7

Browse files
Update KIND to v0.20.0 (#1296)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent 43a3c7a commit 109f3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ensure-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -o pipefail
2121
set -x
2222

2323
GOPATH_BIN="$(go env GOPATH)/bin/"
24-
MINIMUM_KIND_VERSION=v0.11.0
24+
MINIMUM_KIND_VERSION=v0.20.0
2525

2626
# Ensure the kind tool exists and is a viable version, or installs it
2727
verify_kind_version() {

0 commit comments

Comments
 (0)