Fix sonar job after Go version uplift 68/9368/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 07:18:38 +0000 (09:18 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 07:19:22 +0000 (09:19 +0200)
Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I8ab94ef2feae132d1322bac3fd5fadea8fd12840

goversion/build-oruclosedloopconsumer-ubuntu.sh

index c018118..c93319c 100755 (executable)
@@ -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