Skip to content

Commit

Permalink
upgrade kind to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Apr 2, 2021
1 parent c572b96 commit 0d74d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ensure-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -o pipefail
set -x

GOPATH_BIN="$(go env GOPATH)/bin/"
MINIMUM_KIND_VERSION=v0.9.0
MINIMUM_KIND_VERSION=v0.10.0

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

0 comments on commit 0d74d6d

Please sign in to comment.