We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5137480 commit 617f766Copy full SHA for 617f766
1 file changed
hack/tools.mk
@@ -37,7 +37,7 @@ $(GOLANGCI_LINT): $(call tool_version_file,$(GOLANGCI_LINT),$(GOLANGCI_LINT_VERS
37
38
KIND := $(TOOLS_BIN_DIR)/kind
39
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
40
-KIND_VERSION ?= v0.27.0
+KIND_VERSION ?= v0.28.0
41
$(KIND): $(call tool_version_file,$(KIND),$(KIND_VERSION))
42
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/')
43
chmod +x $(KIND)
0 commit comments