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

Add minial go version go1.11 check on drone

Reviewed-on: https://gitea.com/xorm/xorm/pulls/1560
This commit is contained in:
Lunny Xiao 2020-02-28 00:01:46 +00:00
parent 4c2b0e0f55
commit 29c93926a7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ kind: pipeline
name: testing name: testing
steps: steps:
- name: test-vet - name: test-vet
image: golang:1.12 image: golang:1.11
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"