From eba3da3660d01d2e4dc499b5db29e45afa41ae39 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Mon, 11 Sep 2023 12:15:59 +0200 Subject: [PATCH] Update the golang version to the latest available one Signed-off-by: Alfredo Garcia --- versions.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.env b/versions.env index a4ec4ed904..54cfd8d2fc 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ -GO_VERSION=1.20.3 +GO_VERSION=1.21.1 GO_VERSION_LIST="[\"$GO_VERSION\"]"