Fix golang CI verify job 54/13054/1
authornauman <nauman.yaseen@est.tech>
Thu, 31 Mar 2022 08:17:47 +0000 (08:17 +0000)
committernauman <nauman.yaseen@est.tech>
Thu, 31 Mar 2022 08:17:47 +0000 (08:17 +0000)
rm CGO_ENABLED=0

Change-Id: I49ea89267ca8747f19a4ceddcd5283110036f420

jjb/oransc/verify-jobs-go.sh

index 1cc7ae4498786f8da2e21ac900a396a8bfea6019..6d94734359b42249280344fcbe101b20e174a0fa 100644 (file)
@@ -11,7 +11,6 @@ echo "Download go $version"
 curl -L  "https://go.dev/dl/go$version.linux-amd64.tar.gz" | sudo tar -C /usr/local -zxf -
 
 export PATH=$PATH:/usr/local/go/bin
-export CGO_ENABLED=0
 
 echo "Download project deps"
 go mod tidy