We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c759d5f commit 0a06e6fCopy full SHA for 0a06e6f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
runner: [ubuntu-latest]
13
- go: ['1.25']
+ go: ['1.25', '1.26']
14
15
runs-on: ${{matrix.runner}}
16
name: OS ${{matrix.runner}} Go ${{matrix.go}}
0 commit comments