Skip to content

Commit 9f66fa1

Browse files
committed
update ci for modern way of installing goverall
1 parent 224409d commit 9f66fa1

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
@@ -31,7 +31,8 @@ jobs:
3131
version: latest
3232

3333
- name: install goveralls
34-
run: GO111MODULE=off go get -u -v github.com/mattn/goveralls
34+
run: |
35+
go install github.com/mattn/goveralls@latest
3536
3637
- name: submit coverage
3738
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov

0 commit comments

Comments
 (0)