一键安装最新版golang

Jrohy 5dfcf694d9 优化安装 il y a 3 ans
LICENSE bb85c25db7 first commit il y a 5 ans
README.md df875bfdbf Update README.md il y a 4 ans
install.sh 5dfcf694d9 优化安装 il y a 3 ans

README.md

go-install


一键安装最新版golang, 国内vps自动设置GOPROXY(goproxy.cn)

安装/更新 最新版golang

source <(curl -L https://go-install.netlify.app/install.sh)

安装/更新 指定版本golang

source <(curl -L https://go-install.netlify.app/install.sh) -v 1.13.5

强制更新golang

默认更新策略是已有版本和最新版本一样就不去更新, 要强制更新添加-f

source <(curl -L https://go-install.netlify.app/install.sh) -f