diff --git a/.drone.yml b/.drone.yml index ef48cd60..eb8ed320 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline name: testing steps: - name: test-vet - image: golang:1.12 + image: golang:1.11 environment: GO111MODULE: "on" GOPROXY: "https://goproxy.cn"