ci: add Go 1.13

This commit is contained in:
Unknwon
2019-10-19 17:29:03 -07:00
parent 1619317c3b
commit ecf61be633
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
before_install:
- sudo apt-get update -qq

View File

@@ -5,7 +5,7 @@ clone_depth: 1
environment:
GOPATH: c:\gopath
GOVERSION: 1.11
GOVERSION: 1.13
build: false
deploy: false