From decade5070fb198eba38cdaf8512c7be51601813 Mon Sep 17 00:00:00 2001 From: Maho Takara Date: Wed, 3 Apr 2024 08:39:25 +0000 Subject: [PATCH] change ENVTEST_K8S_VERSION by setup-envtest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5321509..4e58395 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ENVTEST_K8S_VERSION = 1.29.2 +ENVTEST_K8S_VERSION = 1.29.3 # Set the shell used to bash for better error handling. SHELL = /bin/bash