Kernel version 2.6.32 or later. Linux/ARMv5 requires much newer kernels, at least v3.1(for Kuser Cmpxchg64)
We don't support CentOS 5. The kernel is too old (2.6.18).
Ubuntu 22.04.2 LTS (GNU/Linux 64 & x86)
Installation is simple. It can be installed from using the following command:
$ sudo apt update && sudo apt upgrade -y
$ sudo apt install zip unzip -y
$ unzip installgo.zip
$ chmod +x installgo && chmod +x installgomod
$ ./installgo
$ GOROOT=/usr/local/go && GOPATH=$HOME && PATH=$GOPATH/bin:$GOROOT/bin:$PATH
$ go env -w GO111MODULE=off
$ ./installgomod
Line