Running sudo apt-get install golang-stable, I get Go version go1.0.3. Is there any way to install go1.1.1?
sudo apt-get install golang-stable
go1.0.3
go1.1.1
You can also use the update-golang script:
update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion
git clone https://github.com/udhos/update-golang cd update-golang sudo ./update-golang.sh