We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116daa2 commit f35b925Copy full SHA for f35b925
.github/workflows/check-codegen.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build
33
run: |
34
go install ./internal/cmd/gtrace
35
- go install go.uber.org/mock/mockgen@@v0.4.0
+ go install go.uber.org/mock/[email protected]
36
37
- name: Clean and re-generate *_gtrace.go files
38
0 commit comments