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