aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-07-17 11:25:24 +0200
committerTaras Madan <tarasmadan@google.com>2025-07-17 10:39:28 +0000
commit8e0f92b7160239a55ad97008c45767e80099b96d (patch)
tree4bbf55a4f242723dcd3d73aaadf7b4bb3553b9aa /Makefile
parent0ea0ca3f3c0382da6db9c2abd88a8abf3013274e (diff)
Makefile: use go tool for mockery call
And update mistakenly used v2.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7fc124fa..5118cefe1 100644
--- a/Makefile
+++ b/Makefile
@@ -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