From 44452f7ccfcae9f735e97cd9eab60095932468d6 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:35:04 +0100 Subject: [PATCH] Upgrade go version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d839314..1021f79 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -GO_VERSION="1.16" +GO_VERSION="1.20" #================================================= # PERSONAL HELPERS