Skip to content

Commit baae9e0

Browse files
chore(deps): update dependency kubernetes-sigs/kind to v0.31.0 (#932)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0118d28 commit baae9e0

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

333333
KIND := $(LOCALBIN)/kind
334-
KIND_VERSION := v0.30.0
334+
KIND_VERSION := v0.31.0
335335
KIND_LOOKUP := kubernetes-sigs/kind
336336
kind:
337337
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \

0 commit comments

Comments
 (0)