We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d12b1d3 + 4f5079b commit 0647b2eCopy full SHA for 0647b2e
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
test:
15
strategy:
16
matrix:
17
- go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
+ go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x, 1.25.x]
18
os: [windows-latest, ubuntu-latest, macos-latest]
19
runs-on: ${{ matrix.os }}
20
steps:
0 commit comments