Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes-sigs/kind to v0.26.0 (#1357)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent c51e4ca commit 6f8563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ ct:
$(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION))

KIND := $(LOCALBIN)/kind
KIND_VERSION := v0.17.0
KIND_VERSION := v0.26.0
KIND_LOOKUP := kubernetes-sigs/kind
kind:
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \
Expand Down

0 comments on commit 6f8563f

Please sign in to comment.