Skip to content

Commit 9868376

Browse files
committed
fix goverals install
1 parent c3951be commit 9868376

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: install goveralls
3939
run: |
40-
GO111MODULE=off go get -u -v github.com/mattn/goveralls
40+
go install github.com/mattn/goveralls@latest
4141
4242
- name: submit coverage
4343
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov

0 commit comments

Comments
 (0)