From f998f6d3c700824d64e9a9f86168de4de96047d8 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 7 Mar 2024 10:52:49 +0530 Subject: [PATCH] tests/centosci: Update mirrored golang image to 1.21 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 b6370523..45976db6 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.20" +image_pull "${CI_IMG_REGISTRY}" "docker.io" "golang:1.21" # Build and push operator image to local CI registry IMG="${CI_IMG_OP}" make image-build