From: elinuxhenrik Date: Mon, 24 Oct 2022 07:33:13 +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=1b3868a40a9dc83b73e21b05740d89efa2bbec82 Fix sonar job after Go version uplift Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: I2973394fb4a25991c5f128e9f82db5ac49510b3f --- diff --git a/goversion/build-oruclosedloopconsumer-ubuntu.sh b/goversion/build-oruclosedloopconsumer-ubuntu.sh index c93319c..01bb7cd 100755 --- a/goversion/build-oruclosedloopconsumer-ubuntu.sh +++ b/goversion/build-oruclosedloopconsumer-ubuntu.sh @@ -27,7 +27,7 @@ go version cd goversion/ # install the go coverage tool helper -go get github.com/ory/go-acc +go get -v github.com/ory/go-acc go get github.com/stretchr/testify/mock@v1.7.0