非常难以想象 Golang 还需要这么原始的升级方式。
不过有人提供了相对简单地多的办法:

git clone https://github.com/udhos/update-golang
cd update-golang
sudo ./update-golang.sh

来自 gist.github.com/nikhita/

如果是 Mac, 使用 brew 是更好地方法。

安装:

brew install Go

升级

brew upgrade Go