We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784ef2d commit a23d722Copy full SHA for a23d722
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- go-version: [1.23.x]
+ go-version: [1.23.x, 1.24.x]
10
11
services:
12
redis:
0 commit comments