ci: upgrade to go 1.15 (#158)

This commit is contained in:
Michael McLoughlin
2020-11-04 23:04:25 -08:00
committed by GitHub
parent 443f81d771
commit fea6accff2

View File

@@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.14.x, 1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -53,7 +53,7 @@ jobs:
lint:
strategy:
matrix:
go-version: [1.14.x]
go-version: [1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -77,7 +77,7 @@ jobs:
thirdparty:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.14.x, 1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: