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:
parent
4c2b0e0f55
commit
29c93926a7
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue