Skip to content

Commit

Permalink
Bump up setup-go version to 1.18 inside codecov workflow
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Nov 10, 2023
1 parent e97daf9 commit bbf8bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: 1.17
go-version: 1.18
- name: Run tests
run: go test ./... -coverprofile cover.out
- name: Codecov
Expand Down

0 comments on commit bbf8bbe

Please sign in to comment.