Merge pull request #246 from cristaloleg/patch-1

Use latest Go releases
This commit is contained in:
Ben Tranter 2019-07-22 12:38:49 -04:00 committed by GitHub
commit 4677563d2a
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