mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: directory listing on Go 1.20 windows (#16976)
This commit is contained in:
7
.github/workflows/go-lint.yml
vendored
7
.github/workflows/go-lint.yml
vendored
@@ -20,13 +20,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.20.x, 1.19.x]
|
||||
go-version: [1.20.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
|
||||
|
||||
Reference in New Issue
Block a user