更新 Golang 到最新版本
2019-03-29
非常难以想象 Golang 还需要这么原始的升级方式。
不过有人提供了相对简单地多的办法:
git clone https://github.com/udhos/update-golang
cd update-golang
sudo ./update-golang.sh
如果是 Mac, 使用 brew 是更好地方法。
安装:
brew install Go
升级
brew upgrade Go
非常难以想象 Golang 还需要这么原始的升级方式。
不过有人提供了相对简单地多的办法:
git clone https://github.com/udhos/update-golang
cd update-golang
sudo ./update-golang.sh
如果是 Mac, 使用 brew 是更好地方法。
安装:
brew install Go
升级
brew upgrade Go