.github/workflows: add Go 1.21

This commit is contained in:
Hajime Hoshi 2023-07-20 20:20:27 +09:00
parent 657e53c0dc
commit 8df1b6578a

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.x']
go: ['1.18.x', '1.19.x', '1.20.x', '1.21.0-rc.3']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env: