We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4843743 commit 71b4a6cCopy full SHA for 71b4a6c
.github/workflows/go-test.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
os: [ "ubuntu", "windows", "macos" ]
13
- go: [ "1.24.x", "1.25.x" ]
+ go: [ "1.25.x", "1.26.x" ]
14
env:
15
COVERAGES: ""
16
runs-on: ${{ format('{0}-latest', matrix.os) }}
0 commit comments