mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
committed by
GitHub
parent
51f77a73ee
commit
f9cbdc4d98
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user