# go-install ![](https://img.shields.io/github/stars/Jrohy/go-install.svg) ![](https://img.shields.io/github/forks/Jrohy/go-install.svg) ![](https://img.shields.io/github/license/Jrohy/go-install.svg) 一键安装最新版golang, 国内vps自动设置GOPROXY([goproxy.cn](https://goproxy.cn)) ## 安装/更新 最新版golang ``` source <(curl -sL https://git.io/go-install) ``` ## 安装/更新 指定版本golang ``` source <(curl -sL https://git.io/go-install) -v 1.13.5 ```