Skip to content

Commit 9589fbd

Browse files
chore(deps): update dependency kubernetes-sigs/kind to v0.32.0
1 parent f84f9d6 commit 9589fbd

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
@@ -632,7 +632,7 @@ minc:
632632
$(call go-install-tool,$(MINC),github.com/$(MINC_LOOKUP)/cmd/minc@$(MINC_VERSION))
633633

634634
KIND := $(LOCALBIN)/kind
635-
KIND_VERSION := v0.31.0
635+
KIND_VERSION := v0.32.0
636636
KIND_LOOKUP := kubernetes-sigs/kind
637637
kind:
638638
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \

0 commit comments

Comments
 (0)