From 79cdf099a7ee8037c0441f62cff229b68718c674 Mon Sep 17 00:00:00 2001 From: Andrew Melnick Date: Thu, 31 Aug 2023 14:48:11 -0600 Subject: [PATCH] Fix Kind dependency version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96aa9a5..93a9411 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ endif KIND_MIRROR ?= https://github.com/kubernetes-sigs/kind/releases/download -KIND_VERSION ?= v0.20.0 +KIND_VERSION ?= v0.17.0 KIND_URL ?= $(KIND_MIRROR)/$(KIND_VERSION)/kind-$(shell go env GOOS)-$(shell go env GOARCH) KIND ?= $(LOCALBIN)/kind $(KIND): $(LOCALBIN)