From 49cbe11845c3bc4b0699917179b017a378e0fd9e Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Tue, 30 Jul 2024 17:14:29 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20downgrade=20go=20to=201.21.12=20to=20r?= =?UTF-8?q?esolve=20CVE-2024-24790,=20CVE-2024-24=E2=80=A6=20(#170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paul Yu Co-authored-by: Paul Yu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a01b4f..67085bb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -KEDA_TOOLS_GO_VERSION = 1.22.5 +KEDA_TOOLS_GO_VERSION = 1.21.12 K6_VERSION = v0.47.0 IMAGE_REGISTRY ?= ghcr.io