Updating golang version to 1.15 (#4121)

This commit is contained in:
Girish Ramnani
2020-10-22 02:37:30 +05:30
committed by GitHub
parent 566f7df76f
commit 436015d028
4 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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 \