Skip to content

Commit

Permalink
ci: workaround go1.22 issue with action-goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui authored and p4u committed Mar 5, 2024
1 parent fff3b82 commit c59d3a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: gocoverage-all-textfmt@${{ env.SHA }}
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- name: Send coverage to coveralls.io (unit)
if: ${{ always() }}
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit c59d3a6

Please sign in to comment.