Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(GOLANGCI_LINT): $(call tool_version_file,$(GOLANGCI_LINT),$(GOLANGCI_LINT_VERS

KIND := $(TOOLS_BIN_DIR)/kind
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
KIND_VERSION ?= v0.23.0
KIND_VERSION ?= v0.24.0
$(KIND): $(call tool_version_file,$(KIND),$(KIND_VERSION))
curl -Lo $(KIND) https://kind.sigs.k8s.io/dl/$(KIND_VERSION)/kind-$(shell uname -s | tr '[:upper:]' '[:lower:]')-$(shell uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
chmod +x $(KIND)
Expand Down