From 597bd4e5d6e409a40a3718d64303c236a83eac6a Mon Sep 17 00:00:00 2001 From: Gildas <25692645+Gildas-GH@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:19:16 +0200 Subject: [PATCH] Upgrade Go to 1.22 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1021f79..449e19d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -GO_VERSION="1.20" +GO_VERSION="1.22.2" #================================================= # PERSONAL HELPERS