Use latest released Go versions

This commit is contained in:
Alexey Palazhchenko 2017-07-20 07:28:47 +03:00 committed by GitHub
parent a005081ecd
commit 3cbacec875
1 changed files with 4 additions and 4 deletions

View File

@ -5,14 +5,14 @@ services:
- redis-server
go:
- 1.4
- 1.7
- 1.8
- 1.4.x
- 1.7.x
- 1.8.x
- tip
matrix:
allow_failures:
- go: 1.4
- go: 1.4.x
- go: tip
install: