Skip to content

Commit

Permalink
Remove 1.12 from travis builds
Browse files Browse the repository at this point in the history
Per Wes' suggestion, let's only go back three Go versions, as only the
last two are even officially supported. Update the README accordingly.
  • Loading branch information
fffinkel committed Nov 30, 2020
1 parent 64663d1 commit 4654761
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: go
sudo: false

go:
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4654761

Please sign in to comment.