We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5669ae commit 68be344Copy full SHA for 68be344
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- go: [ '1.17', '1.21', '1.22', '1.23' ]
+ go: [ '1.17', '1.22', '1.23', '1.24' ]
13
name: Go ${{ matrix.go }}
14
steps:
15
- uses: actions/checkout@v4
0 commit comments