Skip to content

Commit dff4573

Browse files
switch to go mod based goveralls in CI
1 parent 28852ed commit dff4573

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ jobs:
8181
env:
8282
GO111MODULE: off
8383
run: |
84-
export GOPATH=$GITHUB_WORKSPACE
85-
go get github.com/mattn/goveralls
84+
go install github.com/mattn/[email protected]
8685
- name: Send coverage
8786
env:
8887
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)