diff --git a/devel/go.sh b/devel/go.sh index b6ab9c4..c18d233 100755 --- a/devel/go.sh +++ b/devel/go.sh @@ -18,7 +18,7 @@ esac if in_china; then go env -w GO111MODULE=on - go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/ + go env -w GOPROXY=https://goproxy.io,direct fi # coc.nvim