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
167167KUBE_STATE_METRICS_PKG := k8s.io/kube-state-metrics/v2
168168KUBE_STATE_METRICS_MOD_REPLACE := $(KUBE_STATE_METRICS_PKG ) =github.com/chrischdi/kube-state-metrics/v2@$(KUBE_STATE_METRICS_VER )
169169
170-
171170GOVC_VER := $(shell cat go.mod | grep "github.com/vmware/govmomi" | awk '{print $$NF}')
172171GOVC_BIN := govc
173172GOVC := $(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
3737 exit 1
3838fi
3939
40+ export GOWORK=" off"
41+
4042GOMOD_REPLACE=${GOMOD_REPLACE:= }
4143GOMOD_REQUIRE=${GOMOD_REQUIRE:= }
4244
You can’t perform that action at this time.
0 commit comments