github: add Go 1.15 to CI (#6294)

pull/6295/head
ᴜɴᴋɴᴡᴏɴ 2020-08-29 13:41:35 +08:00 committed by GitHub
parent a22fd01959
commit cf216f12a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.14.x]
go-version: [1.14.x, 1.15.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: