Fix sonar job after Go version uplift
[nonrtric/rapp/orufhrecovery.git] / 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