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 39599a1 commit 13d63b9Copy full SHA for 13d63b9
.github/workflows/unit-tests.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- go: [1.14, 1.15, 1.16]
+ go: [1.15, 1.16]
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
make_target: [test, vet]
13
0 commit comments