Skip to content

Commit

Permalink
Fix version of mockgen to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Oct 24, 2023
1 parent 4659fef commit e11aab1
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 @@ -16,7 +16,7 @@ jobs:
with:
go-version: "^1.17"

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

- run: make genmocks

Expand Down

0 comments on commit e11aab1

Please sign in to comment.