Skip to content

Commit

Permalink
[codecov] Use Go 1.20 as it is specified in go.mod and currently supp…
Browse files Browse the repository at this point in the history
…orted Go version on the backend (cadence-workflow#5872)
  • Loading branch information
3vilhamster authored Apr 5, 2024
1 parent 9551bfe commit 8bfda8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.20.x
cache: false

- name: Download dependencies
Expand Down

0 comments on commit 8bfda8a

Please sign in to comment.