diff --git a/ci-operator/config/openshift/installer/openshift-installer-fcos.yaml b/ci-operator/config/openshift/installer/openshift-installer-fcos.yaml index 84dcd82bec83c..73002f4c68364 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-fcos.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-fcos.yaml @@ -7,7 +7,7 @@ build_root: image_stream_tag: name: release namespace: openshift - tag: golang-1.12 + tag: golang-1.13 images: - dockerfile_path: images/installer/Dockerfile.ci from: base diff --git a/ci-operator/config/openshift/installer/openshift-installer-master.yaml b/ci-operator/config/openshift/installer/openshift-installer-master.yaml index 4bb5933c0a418..363d014be1d1a 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-master.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-master.yaml @@ -7,7 +7,7 @@ build_root: image_stream_tag: name: release namespace: openshift - tag: golang-1.12 + tag: golang-1.13 images: - dockerfile_path: images/installer/Dockerfile.ci from: base diff --git a/ci-operator/config/openshift/installer/openshift-installer-release-4.4.yaml b/ci-operator/config/openshift/installer/openshift-installer-release-4.4.yaml index 3b806ba2b0ad6..d54a73d11f7ab 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-release-4.4.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-release-4.4.yaml @@ -7,7 +7,7 @@ build_root: image_stream_tag: name: release namespace: openshift - tag: golang-1.12 + tag: golang-1.13 images: - dockerfile_path: images/installer/Dockerfile.ci from: base