Skip to content

Commit 73aced0

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,8 @@ jobs:
7878
# version: v1.30.0
7979
- run: make all
8080
- name: Install goveralls
81-
env:
82-
GO111MODULE: off
8381
run: |
84-
export GOPATH=$GITHUB_WORKSPACE
85-
go get github.com/mattn/goveralls
82+
go install github.com/mattn/[email protected]
8683
- name: Send coverage
8784
env:
8885
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)