We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef16bbf commit 82f1ed9Copy full SHA for 82f1ed9
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- go: [ "1.25", "1.23" ]
+ go: [ "1.24", "1.23" ]
14
os: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04 ]
15
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
16
runs-on: ${{ matrix.os }}
0 commit comments