We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218ad98 commit 3c0fa55Copy full SHA for 3c0fa55
hack/ensure-kind.sh
@@ -19,7 +19,7 @@ set -o nounset
19
set -o pipefail
20
21
GOPATH_BIN="$(go env GOPATH)/bin/"
22
-MINIMUM_KIND_VERSION=v0.14.0
+MINIMUM_KIND_VERSION=v0.20.0
23
GOARCH="$(go env GOARCH)"
24
GOOS="$(go env GOOS)"
25
0 commit comments