From 3b9c885c1890cf8555acbf33af1e2047d47ec223 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:46:21 +0200 Subject: [PATCH] Set go_version to 1.22.0 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5355db2..a9c75a6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= nodejs_version=18 -go_version=1.20 +go_version=1.22.0 #================================================= # PERSONAL HELPERS