升级Ubuntu 18.4 的golang版本
1,删除旧版本的golang
# apt-get remove golang-go
# apt-get remove --auto-remove golang-go
# apt-get purge --auto-remove golang-go
2,安装最新的golang1.14
# add-apt-repository ppa:longsleep/golang-backports
# apt update
# apt install golang-go
# go version
go version go1.14.2 linux/amd64
- 原文作者:Lteman's Website
- 原文链接:http://lteman.com/posts/2020/update_ubuntu_golang/
- 版权声明:本作品采用 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 + 禁止转载到CSDN 进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。