Revert "Updating golang version to 1.15 (#4121)" (#4132)

This reverts commit 436015d028.
This commit is contained in:
Girish Ramnani
2020-10-23 13:54:53 +05:30
committed by GitHub
parent 0f38a9e5f9
commit 53fd14e764
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.15
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13
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.15
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13
RUN yum install sudo -y \
make \