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 cbff2e2 commit ba755e4Copy full SHA for ba755e4
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
test-build:
5
strategy:
6
matrix:
7
- go-version: [1.17.x, 1.16.x, 1.15.x, 1.14.x, 1.13.x, 1.12.x]
+ go-version: [1.21.x, 1.20.x, 1.19.x, 1.18.x]
8
os: [ubuntu-20.04, macos-latest, windows-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
0 commit comments