github ci action updates

This commit is contained in:
John Guo 2021-09-19 10:36:43 +08:00
parent 53db88c630
commit a1297b0402

View File

@ -37,7 +37,7 @@ jobs:
# strategy set
strategy:
matrix:
go: ["1.14", "1.15", "1.16"]
go: ["1.14", "1.15", "1.16", "1.17"]
steps:
- name: Set Up Timezone
@ -67,5 +67,7 @@ jobs:
run: GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Report Coverage
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v2
with:
flags: go-${{ matrix.go }}