I am trying to run a full node on an AWS ubuntu 16.0.4
as it has an old go installed I want to updated the golang.
I can't seem to do this step
"Install the latest distribution of Golang (v1.7) "
running Ubuntu 16.04
$ sudo apt-get install bison mercurial bash < <(curl -LSs '
https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer')
$ . "$HOME/.gvm/scripts/gvm"
$ gvm version
Go Version Manager v1.0.22 installed at /home/myuser/.gvm
$ gvm listall
gvm gos (available)
go1
go1.0.1
go1.0.2
go1.0.3
go1.1
go1.1.1
....
$ gvm install go1.7.3
Installing go1.7.3...
* Compiling...
ERROR: Failed to compile. Check the logs at /home/ubuntu/.gvm/logs/go-go1.7.3-compile.log
ERROR: Failed to use installed version
$ cd /home/ubuntu/.gvm/logs/
$ tail -n 100 go-go1.7.3-compile.log
##### Building Go bootstrap tool.
cmd/dist
ERROR: Cannot find /home/ubuntu/go1.4/bin/go.
Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.
$ go version
go version go1.6.3 linux/amd64