From c1979dd8ad80b21e4cd63aa3140fbefa9962341f Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 11 Sep 2023 17:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9go=20mod=20=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 7d1706a..717a5fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: test image: golang commands: + - export GOPROXY=https://mirrors.aliyun.com/goproxy/ - go test - name: clone_web