Skip to content

Commit

Permalink
chore: mockgen bu golang is deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <[email protected]>
  • Loading branch information
vigith committed Feb 22, 2025
1 parent 7b0949c commit f3a62c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install mockgen
run: |
go install github.com/golang/mock/mockgen@v1.6.0
go install go.uber.org/mock/mockgen@latest
- name: Test
run: make all

0 comments on commit f3a62c9

Please sign in to comment.