Pull request: all: use better proxies

Squashed commit of the following:

commit 3d1d3d0b50433792265d8c3cb920f2d6635598d4
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri Mar 12 14:56:50 2021 +0300

    all: use better proxies
This commit is contained in:
Ainar Garipov 2021-03-12 15:05:16 +03:00
parent 7e64205d44
commit 4c6bf68d4d
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
'runs-on': '${{ matrix.os }}'
'env':
'GO111MODULE': 'on'
'GOPROXY': 'https://goproxy.io'
'GOPROXY': 'https://goproxy.cn'
'strategy':
'fail-fast': false
'matrix':

View File

@ -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