Fix sonar job after Go version uplift
[nonrtric/rapp/orufhrecovery.git] / goversion / build-oruclosedloopconsumer-ubuntu.sh
index cbf1bb8..2f8f3a4 100755 (executable)
@@ -27,10 +27,11 @@ 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
 
+whoami
 find ~ -name go-acc
 
 go-acc ./... --ignore mocks