From: elinuxhenrik Date: Mon, 24 Oct 2022 09:25:30 +0000 (+0200) Subject: Fix sonar job after Go version uplift X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ddb8d47b9f56be9743da7652d8bd6b41ac685065;p=nonrtric.git Fix sonar job after Go version uplift Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: I115ba3c2dbcec7558d6ac0c16bf6a86f4e119ed7 --- diff --git a/auth-token-fetch/go.mod b/auth-token-fetch/go.mod index 4fbd6d3f..32e319a9 100644 --- a/auth-token-fetch/go.mod +++ b/auth-token-fetch/go.mod @@ -1,6 +1,6 @@ module oransc.org/nonrtric/auth-token-fetch -go 1.17 +go 1.19 require ( github.com/sirupsen/logrus v1.8.1