Go version changed 00/11900/1
authorRimjhim Verma <rimjhim.verma@nokia.com>
Wed, 29 Nov 2023 08:57:00 +0000 (14:27 +0530)
committerRimjhim Verma <rimjhim.verma@nokia.com>
Wed, 29 Nov 2023 09:05:40 +0000 (14:35 +0530)
Change-Id: I03dc4083edd0f01ec6a0f1f49b9f786f8fe5d29f
Signed-off-by: Rimjhim Verma <rimjhim.verma@nokia.com>
ci/Dockerfile
go.mod

index 642ae3e..7ed603e 100644 (file)
@@ -23,7 +23,7 @@
 # This is a Dockerfile for code verification only.
 # Not to be pushed or used for anything else.
 #
-FROM golang:1.18
+FROM golang:1.20
 
 RUN mkdir -p $GOPATH/src/sdlgo
 COPY . $GOPATH/src/sdlgo
diff --git a/go.mod b/go.mod
index efc8f5b..1359ea8 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module gerrit.o-ran-sc.org/r/ric-plt/sdlgo
 
-go 1.18
+go 1.20
 
 require (
        github.com/go-redis/redis/v8 v8.11.4