Skip to content

Commit 8605d22

Browse files
chore(deps): update dependency kubernetes-sigs/kind to v0.27.0
1 parent dbab8d1 commit 8605d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
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.26.0
330+
KIND_VERSION := v0.27.0
331331
KIND_LOOKUP := kubernetes-sigs/kind
332332
kind:
333333
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \

0 commit comments

Comments
 (0)