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

Raise go versions in testing workflow (#349)

This commit is contained in:
Andy Grunwald
2021-02-09 11:13:37 +01:00
committed by GitHub
parent 5806b81f1c
commit 1a84689d0c

View File

@ -11,7 +11,7 @@ jobs:
name: Test and lint name: Test and lint
strategy: strategy:
matrix: matrix:
go-version: [1.x, 1.13.x, 1.12.x] go-version: [1.x, 1.15.x, 1.14.x]
platform: [ubuntu-latest, windows-latest] platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}