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 - redis-server
go: go:
- 1.4 - 1.4.x
- 1.7 - 1.7.x
- 1.8 - 1.8.x
- tip - tip
matrix: matrix:
allow_failures: allow_failures:
- go: 1.4 - go: 1.4.x
- go: tip - go: tip
install: install: