Use goproxy.io instead of goproxy.cn #574

Merged
zeripath merged 14 commits from lunny/go-sdk:lunny/fix_drone into master 2022-03-28 23:09:58 +00:00
Showing only changes of commit a454cde825 - Show all commits

View File

@ -37,7 +37,7 @@ steps:
pull: always
image: golang:1.16
environment:
GOPROXY: "https://goproxy.cn"
GOPROXY: "https://goproxy.io"
GO111MODULE: "on"
HTTP_PROXY: ""
GITEA_SDK_TEST_URL: "http://gitea:3000"