Skip to content

Commit

Permalink
fix(mocks): Set version for uber mockgen in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Dec 31, 2023
1 parent 588343b commit f81c766
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 @@ -26,7 +26,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 f81c766

Please sign in to comment.