Merge pull request #1417 from mikebrow/add-golang-1.14-for-travis-tests

add golang 1.14 to prepare for move
This commit is contained in:
Wei Fu 2020-03-13 17:54:39 +08:00 committed by GitHub
commit 4d4c35b3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,10 @@ git:
language: go
go:
- 1.13.8
- tip
- 1.14
matrix:
allow_failures:
- go: tip
- go: 1.14
sudo: required