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

goversion/build-oruclosedloopconsumer-ubuntu.sh

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