Improve drone

This commit is contained in:
Lunny Xiao 2020-02-20 12:43:32 +08:00
parent bc9947c62b
commit 505372b422
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ steps:
- name: test-postgres-schema
pull: default
image: golang:1.12
depends_on:
- test-postgres
environment:
GO111MODULE: "on"
GOPROXY: "https://goproxy.cn"