File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ issues:
208208
209209run :
210210 go : " 1.23"
211- timeout : 10m
211+ timeout : 20m
212212 build-tags :
213213 - tools
214214 - e2e
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ RELEASE_NOTES_DIR := CHANGELOG
8484OUTPUT_TYPE ?= type=registry
8585
8686# Go
87- GO_VERSION ?=1.23.10
87+ GO_VERSION ?=1.24.6
8888GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION )
8989
9090# Trivy
Original file line number Diff line number Diff line change 44 substitution_option : ALLOW_LOOSE
55 machineType : ' E2_HIGHCPU_8'
66steps :
7- - name : ' gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d '
7+ - name : ' gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079 '
88 entrypoint : bash
99 env :
1010 - DOCKER_CLI_EXPERIMENTAL=enabled
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Go
16- GO_VERSION ?=1.23.10
16+ GO_VERSION ?=1.24.6
1717GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION )
1818
1919REGISTRY =gcr.io/k8s-staging-capi-ibmcloud
2020IMG =powervs-cloud-controller-manager
2121
2222# POWERVS_CLOUD_CONTROLLER_COMMIT can be fetched from here https://github.com/openshift/cloud-provider-powervs/commits/main
23- POWERVS_CLOUD_CONTROLLER_COMMIT? =ef83f3f
23+ POWERVS_CLOUD_CONTROLLER_COMMIT? =2424e8d
2424TAG? =$(POWERVS_CLOUD_CONTROLLER_COMMIT )
2525
2626build-image : init-buildx gcloud-auth
Original file line number Diff line number Diff line change 44 substitution_option : ALLOW_LOOSE
55 machineType : ' E2_HIGHCPU_8'
66steps :
7- - name : ' gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241111-71c32dbdcc '
7+ - name : ' gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079 '
88 dir : ' hack/ccm'
99 entrypoint : make
1010 env :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ command = "make -C docs/book build"
44publish = " docs/book/book"
55
66[build .environment ]
7- GO_VERSION = " 1.23.10 "
7+ GO_VERSION = " 1.24.6 "
88
99# Standard Netlify redirects
1010[[redirects ]]
You can’t perform that action at this time.
0 commit comments