Skip to content

Commit 26aac62

Browse files
committed
ci: Fix goveralls install
1 parent 44abcc3 commit 26aac62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
go-version: "^1.17.0"
4343
- run: make test/unit
4444
- run: make test/coverage
45-
- run: go get github.com/mattn/goveralls
45+
- run: go install github.com/mattn/goveralls@latest
4646
- env:
4747
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
run: goveralls -coverprofile=c.out -service=github

0 commit comments

Comments
 (0)