Merge pull request #87 from HaraldNordgren/go_versions

Bump Go versions and use 1.n.x to get latest minor versions
This commit is contained in:
Maxim Bublis 2018-10-28 12:50:25 +00:00 committed by GitHub
commit b2ce2384e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
language: go
sudo: false
go:
- 1.6
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.11
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
matrix:
allow_failures: