From f7267c23c6095ef53104c091764865d8e6453c08 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 31 Oct 2024 15:49:53 +0100 Subject: [PATCH] Update go version to 1.22.8 (#1621) **Description of the change** Update the golang tooling version to the latest 1.22.x version closes #1612 Signed-off-by: Alfredo Garcia --- versions.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.env b/versions.env index ae953299d..a648c156f 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\"]"