commit | ddb8d47b9f56be9743da7652d8bd6b41ac685065 | [log] [tgz] |
---|---|---|
author | elinuxhenrik <henrik.b.andersson@est.tech> | Mon Oct 24 11:25:30 2022 +0200 |
committer | elinuxhenrik <henrik.b.andersson@est.tech> | Mon Oct 24 11:25:41 2022 +0200 |
tree | 864a3d4babadea37470e9a756520db0270b629d6 | |
parent | 20b7b432c274256d28518d8bb6f34832e36fdb42 [diff] |
Fix sonar job after Go version uplift Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech> Change-Id: I115ba3c2dbcec7558d6ac0c16bf6a86f4e119ed7
diff --git a/auth-token-fetch/go.mod b/auth-token-fetch/go.mod index 4fbd6d3..32e319a 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