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