Use latest patch releases of Go

This commit is contained in:
Alexey Palazhchenko 2018-02-16 00:24:17 +03:00 committed by GitHub
parent 4ac909741d
commit 7f1fd58832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@ sudo: false
matrix: matrix:
include: include:
- go: 1.4 - go: 1.4.x
- go: 1.5 - go: 1.5.x
- go: 1.6 - go: 1.6.x
- go: 1.7 - go: 1.7.x
- go: 1.8 - go: 1.8.x
- go: 1.9 - go: 1.9.x
- go: tip - go: tip
allow_failures: allow_failures:
- go: tip - go: tip