Skip to content

Commit

Permalink
ci: avoid to modify go.mod file (#16842)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kuisathaverat authored Mar 6, 2020
1 parent e5322af commit 85f5d70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/scripts/install-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85f5d70

Please sign in to comment.