Skip to content

Commit 2cda2e0

Browse files
committed
ci: fix goveralls installation for Go 1.21
1 parent 1403a20 commit 2cda2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
version: latest
3737

3838
- name: install goveralls
39-
run: GO111MODULE=off go get -u -v github.com/mattn/goveralls
39+
run: go install github.com/mattn/goveralls@latest
4040

4141
- name: submit coverage
4242
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov

0 commit comments

Comments
 (0)