Fix sonar job after Go version uplift 78/9378/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 09:25:30 +0000 (11:25 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 09:25:41 +0000 (11:25 +0200)
Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I115ba3c2dbcec7558d6ac0c16bf6a86f4e119ed7

auth-token-fetch/go.mod

index 4fbd6d3..32e319a 100644 (file)
@@ -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