A CLI tool to install/update the latest version of Go runtime on your machine
go get -u github.com/xitonix/go-install
OR
Download the binary from the release page.
OR
Clone the repo and run install.sh
- If
GOBINis not set, the tool will be installed in/usr/local/bin
NOTE
The tool will install the latest Go binaries in GO_BASE/go directory.