Skip to content

Commit 1c0e3ed

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

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

350350
KIND := $(LOCALBIN)/kind
351-
KIND_VERSION := v0.29.0
351+
KIND_VERSION := v0.30.0
352352
KIND_LOOKUP := kubernetes-sigs/kind
353353
kind:
354354
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \

0 commit comments

Comments
 (0)