Skip to content

Commit 88a743e

Browse files
committed
fix: specify gocov version to v1.2.0 in CI workflow
Signed-off-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
1 parent c878ae9 commit 88a743e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cdc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: install gocov
6161
shell: bash
6262
run: |
63-
go install github.com/axw/gocov/gocov@latest
63+
go install github.com/axw/gocov/gocov@v1.2.0
6464
- name: make unit_test_in_verify_ci
6565
shell: bash
6666
env:

0 commit comments

Comments
 (0)