mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
update go version to use go 1.17 (#5497)
* update go version to 1.17 Signed-off-by: anandrkskd <anandrkskd@gmail.com> * update go version to 1.17 and fix failure Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b09324692d
commit
098389b027
@@ -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.16 AS builder
|
||||
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.17 AS builder
|
||||
|
||||
COPY . /go/src/github.com/redhat-developer/odo
|
||||
WORKDIR /go/src/github.com/redhat-developer/odo
|
||||
|
||||
Reference in New Issue
Block a user