From 4c6bf68d4db108aba4cd1c388cf51ff91ba7f6e7 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 12 Mar 2021 15:05:16 +0300 Subject: [PATCH] Pull request: all: use better proxies Squashed commit of the following: commit 3d1d3d0b50433792265d8c3cb920f2d6635598d4 Author: Ainar Garipov Date: Fri Mar 12 14:56:50 2021 +0300 all: use better proxies --- .github/workflows/build.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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