We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add PPA, update and install
sudo add-apt-repository ppa:gophers/archive sudo apt-get update sudo apt-get install golang-1.10-go
source
Install gvm
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
Install go
gvm install go1.10 -B gvm use go1.10