From: elinuxhenrik Date: Mon, 24 Oct 2022 07:18:38 +0000 (+0200) Subject: Fix sonar job after Go version uplift X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=nonrtric%2Frapp%2Forufhrecovery.git;a=commitdiff_plain;h=f199eb0a4d6559e419d9d5eeb6dfb0c068b8e333 Fix sonar job after Go version uplift Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: I8ab94ef2feae132d1322bac3fd5fadea8fd12840 --- diff --git a/goversion/build-oruclosedloopconsumer-ubuntu.sh b/goversion/build-oruclosedloopconsumer-ubuntu.sh index c018118..c93319c 100755 --- a/goversion/build-oruclosedloopconsumer-ubuntu.sh +++ b/goversion/build-oruclosedloopconsumer-ubuntu.sh @@ -25,10 +25,9 @@ export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin export GO111MODULE=on go version cd goversion/ -pwd # install the go coverage tool helper -go install github.com/ory/go-acc +go get github.com/ory/go-acc go get github.com/stretchr/testify/mock@v1.7.0