Use latest Go releases

This commit is contained in:
Oleg Kovalov 2019-07-20 14:10:11 +02:00 committed by GitHub
parent 2f819072fe
commit 4f073e8fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,14 @@
language: go
go:
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- tip
matrix:
allow_failures:
- go: tip