.github/workflows: use Go 1.20.0-rc.2

This commit is contained in:
Hajime Hoshi 2023-01-05 19:20:34 +09:00
parent b860d8dc61
commit 2f948f35d0

View File

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