diff --git a/.travis.yml b/.travis.yml index 20dd53b..1bf9578 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index 64a6be2..362b270 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Use the `go` command: ## Requirements -UUID package requires Go >= 1.2. +UUID package tested against Go >= 1.6. ## Example