Skip to content

Commit

Permalink
update go version to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
duke-git committed Jan 12, 2022
1 parent f4fa790 commit c6fc92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.18"
- name: Run coverage
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
Expand Down

0 comments on commit c6fc92a

Please sign in to comment.