From fe8e65faa378bdc7549cfdf4e70c3848620cdc80 Mon Sep 17 00:00:00 2001 From: Paul Yu Date: Mon, 22 Jul 2024 04:02:43 -0700 Subject: [PATCH] chore: bump to go 1.22.5 in keda-tools (#169) Signed-off-by: Paul Yu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49c2b38..0a01b4f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -KEDA_TOOLS_GO_VERSION = 1.22.2 +KEDA_TOOLS_GO_VERSION = 1.22.5 K6_VERSION = v0.47.0 IMAGE_REGISTRY ?= ghcr.io