go version updated from 1.12.1 to 1.13 94/6094/1
authorrangajal <ranjit.angajala@nokia.com>
Wed, 19 May 2021 14:13:36 +0000 (14:13 +0000)
committerrangajal <ranjit.angajala@nokia.com>
Wed, 19 May 2021 14:14:58 +0000 (14:14 +0000)
Change-Id: I81e4708d8d221cc6854fd6c90d045639aadf6e35
Signed-off-by: rangajal <ranjit.angajala@nokia.com>
RELNOTES
container-tag.yaml
go.mod

index bfc5a93..9e7ed4d 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,6 @@
+### v0.7.7
+* go.mod updated from 1.12 go version to 1.13
+
 ### v0.7.6
 * Upgraded to RMR 4.7.4 and some improvements 
 
index 547f709..1090f9b 100644 (file)
@@ -2,4 +2,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: 0.7.6
+tag: 0.7.7
diff --git a/go.mod b/go.mod
index f098305..f7e5036 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module routing-manager
 
-go 1.12.1
+go 1.13
 
 require (
        gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.15