ci: add Go 1.13

pull/5839/head
Unknwon 2019-10-19 17:29:03 -07:00
parent 1619317c3b
commit ecf61be633
No known key found for this signature in database
GPG Key ID: B43718D76E30A238
2 changed files with 2 additions and 1 deletions

View File

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

View File

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