mirror of
https://github.com/minio/minio.git
synced 2025-11-10 22:10:12 -05:00
Switch to go1.20 in CI (#16743)
This commit is contained in:
committed by
GitHub
parent
f350953a19
commit
7415e1aa56
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -20,10 +20,10 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x]
|
||||
go-version: [1.20.x]
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
Reference in New Issue
Block a user