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 de6ceda commit 60a3bbdCopy full SHA for 60a3bbd
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- go: ['1.25', '1.24', '1.23', '1.20']
+ go: ['1.26', '1.25', '1.24', '1.20']
17
18
name: Go ${{ matrix.go }} on Linux
19
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
- go: ['1.25']
+ go: ['1.26']
40
41
name: Go ${{ matrix.go }} on Linux 386
42
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
- go: ['1.25', '1.20']
+ go: ['1.26', '1.20']
63
64
name: Go ${{ matrix.go }} on Windows
65
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
name: Go ${{ matrix.go }} on macOS
91
0 commit comments