From d03edcc4b8597a154118a5ba1f4cc987f2552216 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Fri, 6 Mar 2020 12:41:52 +0100 Subject: [PATCH] ci: avoid to modify go.mod file (#16842) * fix: avoid to modify go.mod file * test: do we need govendor? * fix: disable modules also when install mage * Update .ci/scripts/install-tools.bat * remove govendor code * Update .ci/scripts/install-tools.bat --- .ci/scripts/install-go.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/scripts/install-go.sh b/.ci/scripts/install-go.sh index 78917ae7583..6698c1f85a2 100755 --- a/.ci/scripts/install-go.sh +++ b/.ci/scripts/install-go.sh @@ -16,4 +16,3 @@ chmod +x "${GVM_CMD}" gvm ${GO_VERSION}|cut -d ' ' -f 2|tr -d '\"' > ${PROPERTIES_FILE} eval $(gvm ${GO_VERSION}) -go get -u github.com/kardianos/govendor