From 9ce20b24e2e18438de262e1be69a4fe20994cb2e Mon Sep 17 00:00:00 2001 From: Vithurshan Selvarajah <31311292+vithusel@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:21:18 +0000 Subject: [PATCH] Update Go library to 1.20.11 RMM Agent min compile version is now 1.20 --- rmmagent-linux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rmmagent-linux.sh b/rmmagent-linux.sh index 6aba189..2ba226b 100644 --- a/rmmagent-linux.sh +++ b/rmmagent-linux.sh @@ -127,10 +127,10 @@ rmm_agent_type=$8 mesh_fqdn=$2 mesh_id=$3 -go_url_amd64="https://go.dev/dl/go1.18.3.linux-amd64.tar.gz" -go_url_x86="https://go.dev/dl/go1.18.3.linux-386.tar.gz" -go_url_arm64="https://go.dev/dl/go1.18.3.linux-arm64.tar.gz" -go_url_armv6="https://go.dev/dl/go1.18.3.linux-armv6l.tar.gz" +go_url_amd64="https://go.dev/dl/go1.20.11.linux-amd64.tar.gz" +go_url_x86="https://go.dev/dl/go1.20.11.linux-386.tar.gz" +go_url_arm64="https://go.dev/dl/go1.20.11.linux-arm64.tar.gz" +go_url_armv6="https://go.dev/dl/go1.20.11.linux-armv6l.tar.gz" function go_install() { if ! command -v go &> /dev/null; then