Add minial go version go1.11 check on drone

This commit is contained in:
Lunny Xiao 2020-02-27 23:38:37 +08:00
parent 4c2b0e0f55
commit 858835afa8
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -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"