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.
2 parents 8d30e10 + 2b65b9b commit 14f728bCopy full SHA for 14f728b
.github/workflows/lint.yaml
@@ -18,7 +18,7 @@ jobs:
18
lint:
19
strategy:
20
matrix:
21
- go-version: [1.16.x, 1.17.x]
+ go-version: [1.17.x]
22
os: [ubuntu-latest, macos-latest, windows-latest]
23
runs-on: ${{ matrix.os }}
24
steps:
.github/workflows/test.yaml
test:
0 commit comments