Switch windows CI back to go 1.19.x (#16755)

This commit is contained in:
Aditya Manthramurthy 2023-03-03 15:19:28 -08:00 committed by GitHub
parent 7415e1aa56
commit c95ede35c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.20.x, 1.19.x]
os: [ubuntu-latest, windows-latest]
exclude:
- os: ubuntu-latest
go-version: 1.19.x
- os: windows-latest
go-version: 1.20.x
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3