From 68c9fa5bf5dc51907215262ce4c6d803b26232e5 Mon Sep 17 00:00:00 2001 From: Venkata Charan Sunku Date: Mon, 11 May 2026 16:38:18 +0530 Subject: [PATCH] refactor: Align CI go toolchain versions with ART Signed-off-by: Venkata Charan Sunku --- .ci-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index a4eb6d9654..b14fb3fdf0 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.18-openshift-4.12 + tag: rhel-8-release-golang-1.19-openshift-4.12