From 907e3ab8d4c73bdeb53b8f9d5c68a4a508e5202b Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Mon, 24 Oct 2022 11:08:23 +0200 Subject: [PATCH] Fix sonar job after Go version uplift Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: Ifa071358cb7f9d8aa8c2c774b01483a82122bf46 --- goversion/build-oruclosedloopconsumer-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goversion/build-oruclosedloopconsumer-ubuntu.sh b/goversion/build-oruclosedloopconsumer-ubuntu.sh index 69aea18..2f8f3a4 100755 --- a/goversion/build-oruclosedloopconsumer-ubuntu.sh +++ b/goversion/build-oruclosedloopconsumer-ubuntu.sh @@ -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 -- 2.16.6