Go installer is a simple installer for the Linux Go binary:
- downloads the specified version
- removes the current one
- installs the new one
- cleans up the downloaded file
go build .
sudo ./go-installer
rm go-installer
Please note that you do need an initial working version of Go.