Skip to content

Commit a9a9c1b

Browse files
chore(deps): update dependency kubernetes-sigs/kind to v0.32.0
1 parent 81e5c39 commit a9a9c1b

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)