There was an error while loading. Please reload this page.
1 parent 44c4782 commit 8c78148Copy full SHA for 8c78148
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
test:
8
strategy:
9
matrix:
10
- go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x,1.20.x,1.21.x,1.22.x,1.23.x,1.24.x]
+ go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x,1.20.x,1.21.x,1.22.x,1.23.x,1.24.x,1.25.x,1.26.x]
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments