chore: enable goproxy. #35

Merged
techknowlogick merged 2 commits from appleboy/tea:mod into master 2019-06-07 13:50:56 +00:00

View File

@ -12,6 +12,8 @@ pipeline:
build:
image: golang:1.12
pull: true
environment:
GOPROXY: https://goproxy.cn
commands:
- make clean
- make vet
@ -52,15 +54,6 @@ pipeline:
when:
event: [ tag ]
coverage:
image: robertstettner/drone-codecov
secrets: [ codecov_token ]
files:
- coverage.out
when:
event: [ push, pull_request ]
branch: [ master ]
static:
image: techknowlogick/xgo:latest
pull: true