diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-07-17 11:25:24 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-07-17 10:39:28 +0000 |
| commit | 8e0f92b7160239a55ad97008c45767e80099b96d (patch) | |
| tree | 4bbf55a4f242723dcd3d73aaadf7b4bb3553b9aa /Makefile | |
| parent | 0ea0ca3f3c0382da6db9c2abd88a8abf3013274e (diff) | |
Makefile: use go tool for mockery call
And update mistakenly used v2.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ generate: generate_go: format_cpp $(GO) generate ./... - $(GO) run github.com/vektra/mockery/v3@v3.5.0 --log-level="error" + $(GO) tool mockery --log-level="error" generate_rpc: flatc -o pkg/flatrpc --warnings-as-errors --gen-object-api --filename-suffix "" --go --gen-onefile --go-namespace flatrpc pkg/flatrpc/flatrpc.fbs |
