In the latest version of Ubuntu, the go language tools may be already available in the repos. In that case try,
sudo apt-get install golang
If it is not working, add go tools PPA and install it.
sudo apt-get install golang
If it is not working, add go tools PPA and install it.