Add minial go version go1.11 check on drone #1560

Merged
lunny merged 1 commits from lunny/go_min_version into master 2020-02-28 00:01:53 +00:00

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"