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 8fc9802 commit 84409ddCopy full SHA for 84409dd
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- go-version: [1.16.x, 1.17.x, 1.18.x]
+ go-version: [1.17.x, 1.18.x]
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
runs-on: ${{ matrix.os }}
11
steps:
0 commit comments