NOISSUE - Update Mockery version in Makefile (#103)

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dušan Borovčanin
2025-04-01 13:24:26 +02:00
committed by GitHub
parent cc57b91117
commit 3fd1e3c503
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ DOCKER_PROJECT ?= $(shell echo $(subst $(space),,$(USER_REPO)) | sed -E 's/[^a-z
DOCKER_COMPOSE_COMMANDS_SUPPORTED := up down config
DEFAULT_DOCKER_COMPOSE_COMMAND := up
GRPC_MTLS_CERT_FILES_EXISTS = 0
MOCKERY_VERSION=v2.43.2
MOCKERY_VERSION=v3.0.0-beta.6
ifneq ($(MG_MESSAGE_BROKER_TYPE),)
MG_MESSAGE_BROKER_TYPE := $(MG_MESSAGE_BROKER_TYPE)
else
@@ -112,7 +112,7 @@ install:
done
mocks:
@which mockery > /dev/null || go install github.com/vektra/mockery/v2@$(MOCKERY_VERSION)
@which mockery > /dev/null || go install github.com/vektra/mockery/v3@$(MOCKERY_VERSION)
rm -r pkg/sdk/mocks \
bootstrap/mocks \
consumers/notifiers/mocks \
+1
View File
@@ -1,6 +1,7 @@
module github.com/absmach/magistrala
go 1.24.1
require (
github.com/0x6flab/namegenerator v1.4.0
github.com/absmach/callhome v0.14.0