fix drone lint

This commit is contained in:
Lunny Xiao 2020-01-19 16:23:40 +08:00
parent e6295a7c61
commit 4b28371f5f
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
kind: pipeline
name: testing
steps:
- name: vet
- name: test-vet
pull: default
image: golang:1.12
environment:
@ -138,7 +138,7 @@ steps:
GO111MODULE: "on"
GOPROXY: "https://goproxy.cn"
depends_on:
- build
- test-vet
- test-sqlite
- test-mysql
- test-mysql-utf8mb4