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:
commit
6a6c303c9a
@ -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 ./...
|
||||
|
@ -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…
Reference in New Issue
Block a user