Skip to content

Commit f35b925

Browse files
authored
Update .github/workflows/check-codegen.yml
1 parent 116daa2 commit f35b925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build
3333
run: |
3434
go install ./internal/cmd/gtrace
35-
go install go.uber.org/mock/mockgen@@v0.4.0
35+
go install go.uber.org/mock/[email protected]
3636
3737
- name: Clean and re-generate *_gtrace.go files
3838
run: |

0 commit comments

Comments
 (0)