From ddb8d47b9f56be9743da7652d8bd6b41ac685065 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Mon, 24 Oct 2022 11:25:30 +0200 Subject: [PATCH] Fix sonar job after Go version uplift Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: I115ba3c2dbcec7558d6ac0c16bf6a86f4e119ed7 --- auth-token-fetch/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6