From ddd89b090a3a3b4fde9e47f67daa6e835dafa076 Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Mon, 2 Sep 2024 10:34:44 +0200 Subject: [PATCH] chore: bump go to 1.22.6 (#173) Signed-off-by: Zbynek Roubalik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67085bb..7ea1a74 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -KEDA_TOOLS_GO_VERSION = 1.21.12 +KEDA_TOOLS_GO_VERSION = 1.22.6 K6_VERSION = v0.47.0 IMAGE_REGISTRY ?= ghcr.io