Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 3b2b2dd

Browse files
authored
Install Goveralls using go install (#199)
* Install Goveralls using go install * Install Goveralls using go install
1 parent 08a7306 commit 3b2b2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
# get coveralls.io support
40-
go get github.com/mattn/goveralls
40+
go install github.com/mattn/goveralls@latest
4141
# Install golangci-lint
4242
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
4343

0 commit comments

Comments
 (0)