We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a3d58 commit 609712cCopy full SHA for 609712c
1 file changed
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.12.x, 1.13.x, 1.14.x]
+ go-version: [1.14.x, 1.15.x, 1.16.x]
8
platform: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
@@ -15,4 +15,4 @@ jobs:
15
- name: Checkout code
16
uses: actions/checkout@v2
17
- name: Test
18
- run: go test -v ./...
+ run: go test ./...
0 commit comments