File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,9 @@ export KUBE_ROOT
42
42
43
43
export PATH=${GOPATH} /bin:${PWD} /third_party/etcd:/usr/local/go/bin:${PATH}
44
44
45
- # Until all GOPATH references are removed from all build scripts as well,
46
- # explicitly disable module mode to avoid picking up user-set GO111MODULE preferences.
47
- # As individual scripts make use of go modules, they can explicitly set GO111MODULE=on
48
- export GO111MODULE=off
49
-
50
45
# Install tools we need
51
- GO111MODULE=on go -C " ${KUBE_ROOT} /hack/tools" install github.com/cespare/prettybench
52
- GO111MODULE=on go -C " ${KUBE_ROOT} /hack/tools" install gotest.tools/gotestsum
46
+ go -C " ${KUBE_ROOT} /hack/tools" install github.com/cespare/prettybench
47
+ go -C " ${KUBE_ROOT} /hack/tools" install gotest.tools/gotestsum
53
48
54
49
# Disable the Go race detector.
55
50
export KUBE_RACE=" "
Original file line number Diff line number Diff line change @@ -26,13 +26,8 @@ set -o xtrace
26
26
27
27
export PATH=${GOPATH} /bin:${PWD} /third_party/etcd:/usr/local/go/bin:${PATH}
28
28
29
- # Until all GOPATH references are removed from all build scripts as well,
30
- # explicitly disable module mode to avoid picking up user-set GO111MODULE preferences.
31
- # As individual scripts make use of go modules, they can explicitly set GO111MODULE=on
32
- export GO111MODULE=off
33
-
34
29
# Install tools we need
35
- GO111MODULE=on go -C " ./hack/tools" install gotest.tools/gotestsum
30
+ go -C " ./hack/tools" install gotest.tools/gotestsum
36
31
37
32
# Disable coverage report
38
33
export KUBE_COVER=" n"
You can’t perform that action at this time.
0 commit comments