From bd88cfa5be656c99e043802f98b2f8b48ea91956 Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Mon, 20 Jan 2020 17:35:08 +0100 Subject: [PATCH] Bump golang for cluster-policy-controller --- .../openshift-cluster-policy-controller-master.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci-operator/config/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master.yaml b/ci-operator/config/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master.yaml index 37312be877760..26119bf88718a 100644 --- a/ci-operator/config/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master.yaml +++ b/ci-operator/config/openshift/cluster-policy-controller/openshift-cluster-policy-controller-master.yaml @@ -15,7 +15,7 @@ images: inputs: bin: as: - - registry.svc.ci.openshift.org/ocp/builder:golang-1.12 + - registry.svc.ci.openshift.org/ocp/builder:golang-1.13 paths: null to: cluster-policy-controller promotion: @@ -40,7 +40,6 @@ tests: from: bin - as: verify-deps commands: | - HOME=$( mktemp -d ) make verify-deps -k --warn-undefined-variables container: from: src