Skip to content

Commit abecf06

Browse files
committed
fix build?
1 parent a1f2b06 commit abecf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: code-coverage
2727
path: cover.out # Make sure to use the same file name you chose for the "-coverprofile" in the "Test" step
2828
- name: Check coverage
29-
uses: vladopajic/go-test-coverage@v2
29+
uses: vladopajic/go-test-coverage@v2.18.1
3030
with:
3131
config: ./.testcoverage.yml
3232
code_coverage:

0 commit comments

Comments
 (0)