Fix: github CI for go 1.18

This commit is contained in:
kayos@tcp.direct 2022-03-26 20:21:02 -07:00
parent 94590bbc23
commit 8fd6fde78b
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -11,7 +11,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- name: Run coverage
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov