We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81e5c39 + a9a9c1b commit b781bc3Copy full SHA for b781bc3
1 file changed
Makefile
@@ -75,7 +75,7 @@ ENVTEST_K8S_VERSION = 1.34.1
75
UNAME := $(shell uname -s | tr '[:upper:]' '[:lower:]')
76
KIND_BINARY := kind-$(UNAME)-amd64
77
KIND = $(LOCALBIN)/kind
78
-KIND_VERSION ?= 0.31.0
+KIND_VERSION ?= 0.32.0
79
80
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
81
ifeq (,$(shell go env GOBIN))
0 commit comments