Use latest patch releases of Go

This commit is contained in:
Alexey Palazhchenko 2018-02-16 00:24:17 +03:00 committed by Gary Burd
parent 8fbc40be62
commit 2967b101a5
1 changed files with 6 additions and 6 deletions

View File

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