Remove Go 1.0 and 1.1 from CI.

By this time they are probably so old already that noone uses them.
This commit is contained in:
Maxim Bublis 2016-06-07 15:37:55 +01:00
parent f8cc937423
commit 2d64dad091
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
language: go
sudo: false
go:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4

View File

@ -22,7 +22,7 @@ Use the `go` command:
## Requirements
UUID package requires any stable version of Go Programming Language.
UUID package requires Go >= 1.2.
## Example