RIC-937: Go version update 1.17.10 -> 1.18.5
[ric-plt/submgr.git] / Dockerfile
index 7383578..305c907 100644 (file)
@@ -25,7 +25,7 @@
 ###########################################################
 FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu20-c-go:1.0.0 as submgrcore
 
-ARG GOVERSION="1.17.8"
+ARG GOVERSION="1.18.5"
 RUN wget -nv https://dl.google.com/go/go${GOVERSION}.linux-amd64.tar.gz \
      && tar -xf go${GOVERSION}.linux-amd64.tar.gz \
      && mv go /opt/go/${GOVERSION} \