From a8b2771dbc9eb731e1f15c0d4d96a57ab5ab8f5e Mon Sep 17 00:00:00 2001 From: rangajal Date: Wed, 19 May 2021 14:13:36 +0000 Subject: [PATCH] go version updated from 1.12.1 to 1.13 Change-Id: I81e4708d8d221cc6854fd6c90d045639aadf6e35 Signed-off-by: rangajal --- RELNOTES | 3 +++ container-tag.yaml | 2 +- go.mod | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RELNOTES b/RELNOTES index bfc5a93..9e7ed4d 100644 --- 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 diff --git a/container-tag.yaml b/container-tag.yaml index 547f709..1090f9b 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -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 --- 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 -- 2.16.6