Skip to content

Commit a24e3ba

Browse files
committed
update ci for modern way of installing goverall
1 parent 65cc593 commit a24e3ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
version: latest
3535

3636
- name: install goveralls
37-
run: GO111MODULE=off go get -u -v github.com/mattn/goveralls
37+
run: |
38+
go install github.com/mattn/goveralls@latest
3839
3940
- name: submit coverage
4041
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov

0 commit comments

Comments
 (0)