1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-20 02:59:58 +02:00

Add Go 1.15 to supported versions

This commit is contained in:
Matt Finkel 2020-11-30 00:14:29 +00:00
parent 0d43108abb
commit 64663d1d47

View File

@ -6,6 +6,7 @@ go:
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
before_install:
- go get -t ./...