From ef4e5e0e9fa021104baf6836f0543e86ddf1ac73 Mon Sep 17 00:00:00 2001 From: Paul Yu Date: Fri, 19 Jul 2024 15:45:30 -0700 Subject: [PATCH] chore: downgrade go to 1.21.12 to resolve CVE-2024-24790, CVE-2024-24789, and CVE-2024-24791 for 2.14 patch builds Signed-off-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