fix: directory listing on Go 1.20 windows (#16976)

This commit is contained in:
Klaus Post
2023-04-05 14:36:49 -07:00
committed by GitHub
parent ae011663e8
commit 62c3df0ca3
2 changed files with 30 additions and 46 deletions

View File

@@ -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