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