Update version 0.10.1 and 0.10.2 release notes
[ric-plt/sdlgo.git] / ci / Dockerfile
index a5b8141..642ae3e 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.12
+FROM golang:1.18
 
 RUN mkdir -p $GOPATH/src/sdlgo
 COPY . $GOPATH/src/sdlgo