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:
parent
7e64205d44
commit
4c6bf68d4d
|
@ -17,7 +17,7 @@
|
||||||
'runs-on': '${{ matrix.os }}'
|
'runs-on': '${{ matrix.os }}'
|
||||||
'env':
|
'env':
|
||||||
'GO111MODULE': 'on'
|
'GO111MODULE': 'on'
|
||||||
'GOPROXY': 'https://goproxy.io'
|
'GOPROXY': 'https://goproxy.cn'
|
||||||
'strategy':
|
'strategy':
|
||||||
'fail-fast': false
|
'fail-fast': false
|
||||||
'matrix':
|
'matrix':
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ CLIENT_DIR = client
|
||||||
COMMIT = $$(git rev-parse --short HEAD)
|
COMMIT = $$(git rev-parse --short HEAD)
|
||||||
DIST_DIR = dist
|
DIST_DIR = dist
|
||||||
GO = go
|
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 = devteam@adguard.com
|
||||||
GPG_KEY_PASSPHRASE = not-a-real-password
|
GPG_KEY_PASSPHRASE = not-a-real-password
|
||||||
NPM = npm
|
NPM = npm
|
||||||
|
|
Loading…
Reference in New Issue