Skip to content

Commit 7a0069b

Browse files
committed
fix coveralls
1 parent ee823f9 commit 7a0069b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go test -race -covermode atomic -coverprofile=cortex-tenant.coverprofile ./...
2828
2929
- name: Install goveralls
30-
run: go get github.com/mattn/goveralls
30+
run: go install github.com/mattn/goveralls@latest
3131

3232
- name: Send coverage
3333
env:

0 commit comments

Comments
 (0)