Update go 1.15 (#4852)

* updating golang version 1.15

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* update go.mod

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
Anand Kumar Singh
2021-06-29 02:06:39 +05:30
committed by GitHub
parent 51f77a73ee
commit f9cbdc4d98
7 changed files with 97 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# This Dockerfile builds an image containing the Linux, Mac and Windows version of odo
# layered on top of the ubi7/ubi image.
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.15 AS builder
COPY . /go/src/github.com/openshift/odo
WORKDIR /go/src/github.com/openshift/odo