Skip to content

Commit 619e085

Browse files
committed
Fix mocks
1 parent c26deba commit 619e085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
go-version: "^1.23"
2424

25-
- run: go install go.uber.org/mock/[email protected].0
25+
- run: go install go.uber.org/mock/[email protected]
2626

2727
- run: make genmocks
2828

0 commit comments

Comments
 (0)