From 2611e08450887f6fe2e978c04943f0906f646024 Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Mon, 25 Sep 2023 20:28:43 +0200 Subject: [PATCH] bump tools image to use Go 1.20.8 Signed-off-by: Zbynek Roubalik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65bfaad..38c1962 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -KEDA_TOOLS_GO_VERSION = 1.20.5 +KEDA_TOOLS_GO_VERSION = 1.20.8 IMAGE_REGISTRY ?= ghcr.io IMAGE_REPO ?= kedacore