Skip to content

Commit d7bc010

Browse files
chore(deps): update dependency kubernetes-sigs/kind to v0.29.0
1 parent 06975fc commit d7bc010

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

329329
KIND := $(LOCALBIN)/kind
330-
KIND_VERSION := v0.28.0
330+
KIND_VERSION := v0.29.0
331331
KIND_LOOKUP := kubernetes-sigs/kind
332332
kind:
333333
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \

0 commit comments

Comments
 (0)