mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
Switch windows CI back to go 1.19.x (#16755)
This commit is contained in:
parent
7415e1aa56
commit
c95ede35c1
7
.github/workflows/go-lint.yml
vendored
7
.github/workflows/go-lint.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user