Skip to content

Commit 609712c

Browse files
committed
github action: update versions
1 parent 68a3d58 commit 609712c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.12.x, 1.13.x, 1.14.x]
7+
go-version: [1.14.x, 1.15.x, 1.16.x]
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:
@@ -15,4 +15,4 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v2
1717
- name: Test
18-
run: go test -v ./...
18+
run: go test ./...

0 commit comments

Comments
 (0)