From f508ccea7b6e18aa31630a4ab921b4478777615d Mon Sep 17 00:00:00 2001 From: varsha teratipally Date: Fri, 25 Mar 2022 00:48:12 +0000 Subject: [PATCH] remove installing ginkgo using "go get" as it ginkgo version supported is 2.0 --- test/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/build.sh b/test/build.sh index b6c3d2ff..1af86bf5 100755 --- a/test/build.sh +++ b/test/build.sh @@ -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() {