From 1a6838a7e65bfa23397738fe3d834472904f7c05 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 27 May 2025 14:35:06 +0530 Subject: [PATCH] tests/centosci: Update mirrored golang image to 1.24 Signed-off-by: Anoop C S --- tests/centosci/sink-clustered-deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/centosci/sink-clustered-deployment.sh b/tests/centosci/sink-clustered-deployment.sh index 21edf941..2c4d7243 100755 --- a/tests/centosci/sink-clustered-deployment.sh +++ b/tests/centosci/sink-clustered-deployment.sh @@ -13,7 +13,7 @@ setup_minikube deploy_rook -image_pull "${CI_IMG_REGISTRY}" "docker.io" "golang:1.23" +image_pull "${CI_IMG_REGISTRY}" "docker.io" "golang:1.24" # Build and push operator image to local CI registry IMG="${CI_IMG_OP}" make image-build