Merge pull request #657 from vteratipally/remove_ginkgo

remove installing ginkgo using "go get"
This commit is contained in:
Kubernetes Prow Robot
2022-03-25 08:33:59 -07:00
committed by GitHub
-3
View File
@@ -66,9 +66,6 @@ function get-version() {
function install-lib() {
apt-get update
apt-get install -y libsystemd-dev gcc-aarch64-linux-gnu
# Turn off go modules here, because we are not trying to install
# ginkgo library/module. We are trying to install the ginkgo executable.
GO111MODULE=off go get -v github.com/onsi/ginkgo/ginkgo
}
function write-env-file() {