Skip to content

Commit

Permalink
fix(mocks): Set fixed version for uber mockgen in CI (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro authored and timwu20 committed Apr 19, 2024
1 parent 10619de commit bff8f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
stable: true
check-latest: true

- run: go install go.uber.org/mock/mockgen@latest
- run: go install go.uber.org/mock/mockgen@v0.3.0

- name: Check devnet module
run: |
Expand Down

0 comments on commit bff8f44

Please sign in to comment.