Upgrade to 1.2.6 (same as 1.2.5) 70/8470/3 common/v1.2.6 entities/v1.2.6 reader/v1.2.6 v1.2.6
authorczichy <thoralf.czichy@nokia.com>
Wed, 1 Jun 2022 08:31:58 +0000 (11:31 +0300)
committerczichy <thoralf.czichy@nokia.com>
Wed, 1 Jun 2022 08:53:10 +0000 (11:53 +0300)
Issues with the version tags should get resolved by
upgrading to 1.2.6.

Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I9b4257f064181a0becde174c27a41c9b77f03ee5

ci/control
ci/package-tag.yaml
reader/go.mod

index f54ab9f..ff74528 100644 (file)
@@ -1,5 +1,5 @@
 Package: rnib
-Version: 1.2.5
+Version: 1.2.6
 Section: custom
 Priority: optional
 Architecture: all
index 26bac38..81e4357 100644 (file)
@@ -1,3 +1,3 @@
 
 ---
-tag: 1.2.5
+tag: 1.2.6
index 9d392dc..2116e75 100644 (file)
@@ -3,8 +3,8 @@ module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader
 go 1.12
 
 require (
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.5
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.5
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.6
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.6
        github.com/golang/protobuf v1.4.2
        github.com/google/go-cmp v0.4.1 // indirect
        github.com/pkg/errors v0.8.1