diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b33b76d..95f2c35e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ 'runs-on': '${{ matrix.os }}' 'env': 'GO111MODULE': 'on' - 'GOPROXY': 'https://goproxy.io' + 'GOPROXY': 'https://goproxy.cn' 'strategy': 'fail-fast': false 'matrix': diff --git a/Makefile b/Makefile index 2fa487e0..da6aa534 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CLIENT_DIR = client COMMIT = $$(git rev-parse --short HEAD) DIST_DIR = dist GO = go -GOPROXY = https://goproxy.io|https://goproxy.cn|direct +GOPROXY = https://goproxy.cn|https://proxy.golang.org|direct GPG_KEY = devteam@adguard.com GPG_KEY_PASSPHRASE = not-a-real-password NPM = npm