1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-21 21:07:03 +02:00

Remove 1.12 from travis builds

Per Wes' suggestion, let's only go back three Go versions, as only the
last two are even officially supported. Update the README accordingly.
This commit is contained in:
Matt Finkel 2020-11-30 00:59:29 +00:00
parent 64663d1d47
commit 465476156d
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,6 @@ language: go
sudo: false
go:
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"

View File

@ -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