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:
parent
64663d1d47
commit
465476156d
@ -3,7 +3,6 @@ language: go
|
||||
sudo: false
|
||||
|
||||
go:
|
||||
- "1.12.x"
|
||||
- "1.13.x"
|
||||
- "1.14.x"
|
||||
- "1.15.x"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user