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
If someone is looking for installing Go 1.8 the follow this:
sudo add-apt-repository ppa:longsleep/golang-backports sudo apt-get update sudo apt-get install golang-go
And then install go
sudo apt-get install golang-1.8-go