From 25e586c07ccf6ddcdb94597497003466bd249754 Mon Sep 17 00:00:00 2001 From: rainerosion <1782832653@qq.com> Date: Fri, 30 Jul 2021 11:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a492369..f2eebf8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: golang:alpine pull: if-not-exists environment: - GOPROXY: https://mirrors.aliyun.com/goproxy/ + - GOPROXY=https://goproxy.cn commands: - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories - apk update && apk add build-base