From 1b3868a40a9dc83b73e21b05740d89efa2bbec82 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Mon, 24 Oct 2022 09:33:13 +0200 Subject: [PATCH] Fix sonar job after Go version uplift Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: I2973394fb4a25991c5f128e9f82db5ac49510b3f --- 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 c93319c..01bb7cd 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 github.com/ory/go-acc +go get -v github.com/ory/go-acc go get github.com/stretchr/testify/mock@v1.7.0 -- 2.16.6