Skip to content

Commit f0604e5

Browse files
committed
ci: install coverctl from go.klarlabs.de vanity path
1 parent 97269e5 commit f0604e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cache: true
6262

6363
- name: Install coverctl
64-
run: go install github.com/felixgeelhaar/coverctl@latest
64+
run: go install go.klarlabs.de/coverctl@v1.17.0
6565

6666
- name: Check coverage
6767
run: coverctl check

0 commit comments

Comments
 (0)