Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed Apr 24, 2024
1 parent 774e966 commit 627cd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install goveralls
env:
GO111MODULE: off
run: go get github.com/mattn/goveralls
run: go get github.com/mattn/goveralls@v0.0.7
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 627cd78

Please sign in to comment.