Skip to content

Commit decab0e

Browse files
committed
update go test in ci
1 parent 92d90be commit decab0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
name: Test
1111
strategy:
1212
matrix:
13-
go-version: [1.13.x, 1.14.x, 1.15.x]
13+
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x]
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.platform }}
1616
steps:
1717
- name: Install Go
18-
uses: actions/setup-go@v1
18+
uses: actions/setup-go@v2.1.3
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Checkout code

0 commit comments

Comments
 (0)