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:
Anand Kumar Singh
2021-06-29 02:06:39 +05:30
committed by GitHub
parent 51f77a73ee
commit f9cbdc4d98
7 changed files with 97 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# Dockerfile to bootstrap build and test in openshift-ci
FROM registry.ci.openshift.org/openshift/release:golang-1.13
FROM registry.ci.openshift.org/openshift/release:golang-1.15
RUN yum -y install make wget gcc git httpd-tools