Update build matrix to test against Go >= 1.6.

This commit is contained in:
Maxim Bublis 2018-10-16 19:35:04 +01:00
parent 4d30718d76
commit 8614ec4a1e
2 changed files with 3 additions and 5 deletions

View File

@ -1,14 +1,12 @@
language: go
sudo: false
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- tip
matrix:
allow_failures:

View File

@ -23,7 +23,7 @@ Use the `go` command:
## Requirements
UUID package requires Go >= 1.2.
UUID package tested against Go >= 1.6.
## Example