Fix sonar job after Go version uplift 76/9376/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 09:08:23 +0000 (11:08 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 09:08:26 +0000 (11:08 +0200)
Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Ifa071358cb7f9d8aa8c2c774b01483a82122bf46

goversion/build-oruclosedloopconsumer-ubuntu.sh

index 69aea18..2f8f3a4 100755 (executable)
@@ -27,7 +27,7 @@ go version
 cd goversion/
 
 # install the go coverage tool helper
-go get -v github.com/ory/go-acc
+go install github.com/ory/go-acc
 
 go get github.com/stretchr/testify/mock@v1.7.0