Disable go modules (#4583)
This commit is contained in:
parent
ba38153561
commit
189e742685
5 changed files with 13 additions and 2 deletions
|
|
@ -53,6 +53,7 @@ docker run \
|
|||
--rm \
|
||||
${DOCKER_OPTS} \
|
||||
-e GOCACHE="/go/src/${PKG}/.cache" \
|
||||
-e GO111MODULE=off \
|
||||
-v "${HOME}/.kube:${HOME}/.kube" \
|
||||
-v "${KUBE_ROOT}:/go/src/${PKG}" \
|
||||
-v "${KUBE_ROOT}/bin/${ARCH}:/go/bin/linux_${ARCH}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue