File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,6 @@ KUBE_STATE_METRICS := $(abspath $(TOOLS_BIN_DIR)/$(KUBE_STATE_METRICS_BIN)-$(KUB
167
167
KUBE_STATE_METRICS_PKG := k8s.io/kube-state-metrics/v2
168
168
KUBE_STATE_METRICS_MOD_REPLACE := $(KUBE_STATE_METRICS_PKG ) =github.com/chrischdi/kube-state-metrics/v2@$(KUBE_STATE_METRICS_VER )
169
169
170
-
171
170
GOVC_VER := $(shell cat go.mod | grep "github.com/vmware/govmomi" | awk '{print $$NF}')
172
171
GOVC_BIN := govc
173
172
GOVC := $(abspath $(TOOLS_BIN_DIR ) /$(GOVC_BIN ) -$(GOVC_VER ) )
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ if [ -z "${GOBIN}" ]; then
37
37
exit 1
38
38
fi
39
39
40
+ export GOWORK=" off"
41
+
40
42
GOMOD_REPLACE=${GOMOD_REPLACE:= }
41
43
GOMOD_REQUIRE=${GOMOD_REQUIRE:= }
42
44
You can’t perform that action at this time.
0 commit comments