We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1927f8e commit 6462c5fCopy full SHA for 6462c5f
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- 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, 1.26.x]
12
platform: [ubuntu-latest, windows-latest]
13
runs-on: ${{ matrix.platform }}
14
steps:
0 commit comments