Skip to content

Commit 79d1070

Browse files
anoopcs9mergify[bot]
authored andcommitted
tests/centosci: Update mirrored golang image to 1.22
Latest minor updates[1][2][3] for supported kubernetes releases calls for golang version update as they are built with go1.22.6. [1] https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.31.md#feature [2] https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#feature [3] https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#feature Signed-off-by: Anoop C S <[email protected]>
1 parent 47ec21a commit 79d1070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/centosci/sink-clustered-deployment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setup_minikube
1313

1414
deploy_rook
1515

16-
image_pull "${CI_IMG_REGISTRY}" "docker.io" "golang:1.21"
16+
image_pull "${CI_IMG_REGISTRY}" "docker.io" "golang:1.22"
1717

1818
# Build and push operator image to local CI registry
1919
IMG="${CI_IMG_OP}" make image-build

0 commit comments

Comments
 (0)