We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3169d commit a4cbb41Copy full SHA for a4cbb41
Makefile
@@ -15,7 +15,7 @@ go_bin_dir := $(shell go env GOPATH)/bin
15
python_venv_dir := $(base_dir)/.venv
16
python_venv_activate := $(python_venv_dir)/bin/activate
17
18
-mockery_version := 3.5.1
+mockery_version := 3.5.3
19
kernel_name := $(shell uname -s)
20
machine_hardware := $(shell uname -m)
21
ifeq ($(machine_hardware), aarch64)
0 commit comments