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