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 f956b42 commit fa474e8Copy full SHA for fa474e8
Makefile
@@ -2,6 +2,7 @@ PROJECT_ROOT ?= gnmi/proto
2
PROTO_PACKAGE ?= github.com/openconfig/gnmi/proto
3
PROTOS ?= gnmi_ext/gnmi_ext gnmi/gnmi collector/collector \
4
target/target
5
+GNMI_TARGET_VERSION ?= latest
6
7
include Makefile.in
8
@@ -11,7 +12,7 @@ include Makefile.in
11
12
tests/integration/deps:
13
$(call command_check,go)
14
@{ type gnmi_target > /dev/null 2>&1 \
- || go install -v github.com/google/gnxi/gnmi_target; \
15
+ || go install -v github.com/google/gnxi/gnmi_target@$(GNMI_TARGET_VERSION); \
16
}
17
18
### tests
0 commit comments