mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Updating golang version to 1.15 (#4121)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Dockerfile to bootstrap build and test in openshift-ci
|
||||
|
||||
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13
|
||||
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.15
|
||||
|
||||
RUN yum -y install make wget gcc git httpd-tools
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Dockerfile to bootstrap build and test in openshift-ci
|
||||
|
||||
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13
|
||||
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.15
|
||||
|
||||
RUN yum install sudo -y \
|
||||
make \
|
||||
|
||||
Reference in New Issue
Block a user