Skip to content

Commit

Permalink
exclude windows-latest go1.19
Browse files Browse the repository at this point in the history
windows-latest's go 1.19 build doesn't work and is excluded.
  • Loading branch information
noborus committed Sep 24, 2023
1 parent 7d87977 commit 7a74366
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
exclude:
- go-version: "1.19"
platform: windows-latest
dbtest:
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 7a74366

Please sign in to comment.