We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83adbae commit f3dfeb9Copy full SHA for f3dfeb9
1 file changed
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x]
+ go-version: [1.24.x, 1.25.x, 1.26.x]
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
0 commit comments