Skip to content

Commit

Permalink
Fix version range specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
vapourismo committed Mar 7, 2023
1 parent 7bff227 commit 5fc424b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
matrix:
go:
- stable
- "^1.20.0"
- "^1.19.0"
- "^1.18.0"
- "^1.17.0"
- "~1.20.0"
- "~1.19.0"
- "~1.18.0"
- "~1.17.0"
may-fail:
- false
continue-on-error: ${{ matrix.may-fail }}
Expand Down

0 comments on commit 5fc424b

Please sign in to comment.