From 74555bb7fa6c64c5a299da20717ae7547fa54ac7 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 26 Aug 2021 23:20:52 +0800 Subject: [PATCH] fix: replace goproxy --- devel/go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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