Skip to content

Commit fe8dbf0

Browse files
chore(deps): update dependency kubernetes-sigs/kind to v0.32.0 (#1056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07dbd6e commit fe8dbf0

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
@@ -421,7 +421,7 @@ ct:
421421
$(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION))
422422

423423
KIND := $(LOCALBIN)/kind
424-
KIND_VERSION := v0.31.0
424+
KIND_VERSION := v0.32.0
425425
KIND_LOOKUP := kubernetes-sigs/kind
426426
kind:
427427
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \

0 commit comments

Comments
 (0)