diff --git a/.drone.yml b/.drone.yml index 98c03dc..279dc48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,8 @@ pipeline: build: image: golang:1.12 pull: true + environment: + GOPROXY: https://goproxy.cn commands: - make clean - make vet