.github/workflows: use Go 1.20

This commit is contained in:
Hajime Hoshi 2023-02-02 10:35:15 +09:00
parent 157f535b88
commit fa751853d7
2 changed files with 2 additions and 2 deletions

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

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.18.10', '1.19.5']
go: ['1.19.5', '1.20.0']
name: Vulnerability Check with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env: