Skip to content

Commit

Permalink
ci: bump go.uber.org/mock/mockgen from v0.3.0 to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Feb 28, 2024
1 parent 86a8155 commit 6a06c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ generate-check:
tools:
$(GO) install golang.org/x/tools/cmd/goimports@latest
$(GO) install golang.org/x/lint/golint@latest
$(GO) install go.uber.org/mock/mockgen@v0.3.0
$(GO) install go.uber.org/mock/mockgen@v0.4.0

fmt:
@echo goimports
Expand Down

0 comments on commit 6a06c96

Please sign in to comment.