fix: replace goproxy
This commit is contained in:
parent
9b193b11ac
commit
74555bb7fa
|
@ -18,7 +18,7 @@ esac
|
||||||
|
|
||||||
if in_china; then
|
if in_china; then
|
||||||
go env -w GO111MODULE=on
|
go env -w GO111MODULE=on
|
||||||
go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/
|
go env -w GOPROXY=https://goproxy.io,direct
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# coc.nvim
|
# coc.nvim
|
||||||
|
|
Loading…
Reference in New Issue
Block a user