.github/workflow: add Go 1.19 for the test

This commit is contained in:
Hajime Hoshi 2022-07-24 23:37:21 +09:00
parent ca8c36499d
commit 0c5adb95c7

View File

@ -7,7 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.15.x', '1.16.x', '1.17.x', '1.18.x'] go: ['1.15.x', '1.16.x', '1.17.x', '1.18.x', '1.19.0-rc.2']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: env: