Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 5c01120

Browse files
author
Aleksandar Likic
committed
[FAB-7388] Fix mockgen version to v1.0.0
Change-Id: Ifd86b5773fa6bcf3b468f2a5351369e55472c46b Signed-off-by: Aleksandar Likic <aleksandar.likic@securekey.com>
1 parent 7de1949 commit 5c01120

File tree

5 files changed

+188
-176
lines changed

5 files changed

+188
-176
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ FIXTURE_PROJECT_NAME := fabsdkgo
6262
# The version of dep that will be installed by depend-install (or in the CI)
6363
GO_DEP_COMMIT := v0.3.1
6464

65+
# The version of mockgen that will be installed by depend-install
66+
GO_MOCKGEN_COMMIT := v1.0.0
67+
6568
# Setup Go Tags
6669
GO_TAGS := $(FABRIC_SDK_EXTRA_GO_TAGS)
6770
ifeq ($(FABRIC_SDK_EXPERIMENTAL),true)
@@ -79,6 +82,7 @@ export GO_DEP_CMD
7982
export ARCH
8083
export GO_LDFLAGS
8184
export GO_DEP_COMMIT
85+
export GO_MOCKGEN_COMMIT
8286
export GO_TAGS
8387
export GO_TESTFLAGS
8488
export DOCKER_CMD

0 commit comments

Comments
 (0)