X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;h=f9dd918bdd7a3b99b17a2eae2059a343da3f9379;hb=refs%2Ftags%2Fv0.8.0;hp=a5b814167fed4731f544a71b254349d799b0e161;hpb=97445fe7e6737da5536c5f7a6909821a1612f66c;p=ric-plt%2Fsdlgo.git diff --git a/ci/Dockerfile b/ci/Dockerfile index a5b8141..f9dd918 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -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.16 RUN mkdir -p $GOPATH/src/sdlgo COPY . $GOPATH/src/sdlgo