Skip to content

Commit

Permalink
tests/centosci: Update mirrored golang image to 1.22
Browse files Browse the repository at this point in the history
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 <anoopcs@samba.org>
  • Loading branch information
anoopcs9 authored and mergify[bot] committed Sep 16, 2024
1 parent 47ec21a commit 79d1070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/centosci/sink-clustered-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ setup_minikube

deploy_rook

image_pull "${CI_IMG_REGISTRY}" "docker.io" "golang:1.21"
image_pull "${CI_IMG_REGISTRY}" "docker.io" "golang:1.22"

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

0 comments on commit 79d1070

Please sign in to comment.