We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e846b83 commit c6225e3Copy full SHA for c6225e3
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
strategy:
22
matrix:
23
- go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x]
+ go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x]
24
os: [ubuntu-latest, windows-latest]
25
26
runs-on: ${{ matrix.os }}
0 commit comments