From 562d6faf1de5ac5d0d18cb27325a28643c642cf3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 14 Nov 2019 22:27:20 -0800 Subject: [PATCH] ci-operator/config/openshift/installer: Bump to golang-1.13 We need this to bump a Terraform provider [1], which we need to fix an AWS provisioning flake [2]. golang-1.13 became available in CI in 407b8e0dae (Add Golang 1.13.1 to CI, 2019-10-01, #5236). Skipping 4.3 [3,4] (which is in code-freeze). [1]: https://github.com/openshift/installer/pull/2676#issuecomment-554230479 [2]: https://bugzilla.redhat.com/show_bug.cgi?id=1759617#c10 [3]: https://github.com/openshift/release/pull/5928#issuecomment-561512813 [4]: https://github.com/openshift/release/pull/5928#discussion_r358367928 --- .../config/openshift/installer/openshift-installer-fcos.yaml | 2 +- .../config/openshift/installer/openshift-installer-master.yaml | 2 +- .../openshift/installer/openshift-installer-release-4.4.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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