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
On recent Ubuntu (20.10) sudo apt-get install golang works fine; it will install version 1.14.
sudo apt-get install golang