Skip to content

Commit b18782d

Browse files
committed
Update installation command for go-coverage-report to use latest version
1 parent 63856f8 commit b18782d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
- name: Install report tool
7272
shell: bash
7373
run: |
74-
go install github.com/teamniteo/go-coverage-report/cmd/go-coverage-report
74+
go clean -modcache && go install github.com/fgrosse/go-coverage-report/cmd/go-coverage-report@latest
7575
go-coverage-report --version
7676
- name: Determine changed files
7777
id: changed-files

0 commit comments

Comments
 (0)