From b588eb6dcdf05556c466bd3036aac1c6017a2471 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 15 Aug 2023 18:47:27 +0530 Subject: [PATCH] tests/centosci: Update mirrored golang image to 1.19 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 c5a2249f..37c9b0f0 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.18" +image_pull "${CI_IMG_REGISTRY}" "docker.io" "golang:1.19" # Build and push operator image to local CI registry IMG="${CI_IMG_OP}" make image-build