From e5e4e7c6a98436692863eb74426f1450d201c00a Mon Sep 17 00:00:00 2001 From: Shay Bratslavsky Date: Wed, 3 Jun 2026 12:51:22 +0300 Subject: [PATCH] MGMT-24454: update CAPOA CI build root to Go 1.26.2 --- ...sted-cluster-api-provider-openshift-assisted-master.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-operator/config/openshift-assisted/cluster-api-provider-openshift-assisted/openshift-assisted-cluster-api-provider-openshift-assisted-master.yaml b/ci-operator/config/openshift-assisted/cluster-api-provider-openshift-assisted/openshift-assisted-cluster-api-provider-openshift-assisted-master.yaml index 5a090c975738b..be3d3862f9676 100644 --- a/ci-operator/config/openshift-assisted/cluster-api-provider-openshift-assisted/openshift-assisted-cluster-api-provider-openshift-assisted-master.yaml +++ b/ci-operator/config/openshift-assisted/cluster-api-provider-openshift-assisted/openshift-assisted-cluster-api-provider-openshift-assisted-master.yaml @@ -19,10 +19,10 @@ build_root: ln -sf /usr/bin/pip3.12 /usr/bin/pip && \ pip install ansible ansible-lint && \ curl -Ls https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 | install -m 755 /dev/stdin /usr/local/bin/yq && \ - wget -q https://go.dev/dl/go1.25.5.linux-amd64.tar.gz && \ + wget -q https://go.dev/dl/go1.26.2.linux-amd64.tar.gz && \ rm -rf /usr/local/go && \ - tar -C /usr/local -xzf go1.25.5.linux-amd64.tar.gz && \ - rm -f go1.25.5.linux-amd64.tar.gz && \ + tar -C /usr/local -xzf go1.26.2.linux-amd64.tar.gz && \ + rm -f go1.26.2.linux-amd64.tar.gz && \ mkdir /tmp/kubectl && \ curl -sSLO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \ install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl && \