From c44c16809d989d4df8dfae6b792f7790f992ec12 Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Tue, 19 Mar 2024 22:18:43 +0100 Subject: [PATCH] Updated Go to version 1.22.1 --- Supporting_scripts/Linux - Update TRMM agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Supporting_scripts/Linux - Update TRMM agent.sh b/Supporting_scripts/Linux - Update TRMM agent.sh index f34eb41..962e22d 100644 --- a/Supporting_scripts/Linux - Update TRMM agent.sh +++ b/Supporting_scripts/Linux - Update TRMM agent.sh @@ -62,7 +62,7 @@ fi ## Setting var for easy scription system=$2 -go_version="1.21.6" +go_version="1.22.1" go_url_amd64="https://go.dev/dl/go$go_version.linux-amd64.tar.gz" go_url_x86="https://go.dev/dl/go$go_version.linux-386.tar.gz"