From 08ce614a9d77cf18e37f6c2c222c56f900caf368 Mon Sep 17 00:00:00 2001 From: Varsha B Date: Mon, 16 Feb 2026 12:34:05 +0530 Subject: [PATCH] Update golang version from 1.25.3 to 1.25.5 Signed-off-by: Varsha B --- .ci-operator.yaml | 2 +- openshift-ci/build-root/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 99a38009b4b..4dd1946dca1 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: openshift-gitops-go-toolset namespace: ci - tag: 1.25.3 \ No newline at end of file + tag: 1.25.5 \ No newline at end of file diff --git a/openshift-ci/build-root/Dockerfile b/openshift-ci/build-root/Dockerfile index 07bed553251..5088deb2080 100644 --- a/openshift-ci/build-root/Dockerfile +++ b/openshift-ci/build-root/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile to bootstrap build and test in openshift-ci -FROM quay.io/devtools_gitops/go-toolset:1.25.3 +FROM quay.io/devtools_gitops/go-toolset:1.25.5 USER root ARG KUBECTL_KUTTL_VERSION=0.12.1