Skip to content

Commit b781bc3

Browse files
authored
Merge pull request #537 from containeroo/renovate/kubernetes-sigs-kind-0.x
2 parents 81e5c39 + a9a9c1b commit b781bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ENVTEST_K8S_VERSION = 1.34.1
7575
UNAME := $(shell uname -s | tr '[:upper:]' '[:lower:]')
7676
KIND_BINARY := kind-$(UNAME)-amd64
7777
KIND = $(LOCALBIN)/kind
78-
KIND_VERSION ?= 0.31.0
78+
KIND_VERSION ?= 0.32.0
7979

8080
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8181
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)