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 d57ba7f commit 3d69b93Copy full SHA for 3d69b93
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- go: [ "1.25", "1.24" ]
+ go: [ "1.25", "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