.github/workflows: add Go 1.20

This commit is contained in:
Hajime Hoshi 2022-12-08 13:48:31 +09:00
parent 1f741fa007
commit c159938910

View File

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