Use 1.15 for integration tests too

This commit is contained in:
Jeroen Simonetti 2020-10-07 11:59:15 +02:00 committed by GitHub
parent bf06c65f05
commit 1080298718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
name: Test Linux Integration
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: