From 5029e178b1ea313fe9165487588ddcfc7c2d4cf4 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 31 Oct 2024 15:38:59 +0100 Subject: [PATCH] Update go version to 1.22.8 Signed-off-by: Alfredo Garcia --- versions.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.env b/versions.env index ae953299d0..a648c156f4 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -GO_VERSION=1.22.5 +GO_VERSION=1.22.8 GO_VERSION_LIST="[\"$GO_VERSION\"]"