1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39:03 +02:00

Merge pull request #328 from fffinkel/update-travisci-go-version

Update travisci go version
This commit is contained in:
Matt Finkel 2020-11-29 21:08:11 -05:00 committed by GitHub
commit 6a6c303c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,9 @@ language: go
sudo: false
go:
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
before_install:
- go get -t ./...

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