Skip to content

Commit 1587a47

Browse files
chore(deps): update dependency kubernetes-sigs/kind to v0.28.0
1 parent cf2c6ca commit 1587a47

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

234234
KIND := $(LOCALBIN)/kind
235-
KIND_VERSION := v0.27.0
235+
KIND_VERSION := v0.28.0
236236
KIND_LOOKUP := kubernetes-sigs/kind
237237
kind:
238238
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \

0 commit comments

Comments
 (0)