Skip to content

Commit 7128571

Browse files
chore(deps): update dependency kubernetes-sigs/kind to v0.30.0 (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d56fff commit 7128571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ ct:
301301
$(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION))
302302

303303
KIND := $(LOCALBIN)/kind
304-
KIND_VERSION := v0.29.0
304+
KIND_VERSION := v0.30.0
305305
KIND_LOOKUP := kubernetes-sigs/kind
306306
kind:
307307
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \

0 commit comments

Comments
 (0)