Skip to content

Commit

Permalink
ci: avoid to modify go.mod file (elastic#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 and v1v committed Oct 16, 2020
1 parent a88d5be commit d03edcc
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 d03edcc

Please sign in to comment.