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 bc7436e commit bb8d0b2Copy full SHA for bb8d0b2
1 file changed
.github/workflows/go.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, macos-latest]
17
- go: ['1.23', '1.24', '1.25']
+ go: ['1.24', '1.25', '1.26']
18
fail-fast: false
19
env:
20
OS: ${{ matrix.os }}
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
OS: windows-latest
0 commit comments