diff --git a/.travis.yml b/.travis.yml index 0a467f9c..0e7e7c4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: go sudo: false go: - - "1.12.x" - "1.13.x" - "1.14.x" - "1.15.x" diff --git a/README.md b/README.md index 37e74710..46479971 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,12 @@ This package is not Jira API complete (yet), but you can call every API endpoint ## Requirements -* Go >= 1.8 +* Go >= 1.14 * Jira v6.3.4 & v7.1.2. +Note that we also run our tests against 1.13, though only the last two versions +of Go are officially supported. + ## Installation It is go gettable