mirror of
https://git.zepheris.com/zepheris/LinuxRMM-Script.git
synced 2024-11-25 11:47:18 +00:00
Update Go library to 1.20.11
RMM Agent min compile version is now 1.20
This commit is contained in:
parent
311b2f74a0
commit
9ce20b24e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user