diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml index e416459ed1801..69ad245de7484 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml @@ -319,7 +319,7 @@ presubmits: env: - name: IS_CONTAINER value: "TRUE" - image: quay.io/coreos/golang-testing + image: openshift/origin-release:golang-1.10 name: "" resources: {} trigger: (?m)^/test go-fmt @@ -339,7 +339,7 @@ presubmits: env: - name: IS_CONTAINER value: "TRUE" - image: quay.io/coreos/golang-testing + image: openshift/origin-release:golang-1.10 name: "" resources: {} trigger: (?m)^/test go-vet @@ -359,7 +359,7 @@ presubmits: env: - name: IS_CONTAINER value: "TRUE" - image: quay.io/coreos/golang-testing + image: openshift/origin-release:golang-1.10 name: "" resources: {} trigger: (?m)^/test golint