From 2f926c8d9cfffe5998c4ca2e5f79fda83ab91f8d Mon Sep 17 00:00:00 2001 From: cndoit18 Date: Sat, 21 May 2022 19:00:22 +0800 Subject: [PATCH] tools(kind): upgrade kind Signed-off-by: cndoit18 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 784e1449a..94fde6216 100644 --- a/Makefile +++ b/Makefile @@ -682,7 +682,7 @@ $(HADOLINT): > $(HADOLINT) chmod u+x $(HADOLINT) -KIND_VERSION := 0.11.1 +KIND_VERSION := 0.14.0 KIND := $(BIN)/kind .PHONY: kind