bump to golang 1.24#635
Merged
Merged
Conversation
abays
reviewed
Sep 17, 2025
* bump in go.mod * bump the golangci-lint version to v2.4.0 * fix golangci reported issues Jira: OSPRH-12935 Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
Update controller-runtime, Kubernetes dependencies, and testing tools to support OpenShift Container Platform 4.18 (Kubernetes 1.31). Changes: - controller-runtime: v0.17.6 → v0.19.7 - Kubernetes core dependencies: v0.29.15 → v0.31.12 * k8s.io/api: v0.31.12 * k8s.io/apimachinery: v0.31.12 * k8s.io/client-go: v0.31.12 * k8s.io/apiextensions-apiserver: v0.31.12 - k8s.io/utils: v0.0.0-20240711033017 → v0.0.0-20250820121507 - controller-gen: v0.14.0 → v0.18.0 - envtest: 1.29 → 1.31, setup-envtest@latest Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
Updated to 10303fe8e58cb2fec11a337c776a72b8be41c796 of https://raw.githubusercontent.com/openshift/api/refs/heads/release-4.18/route/v1/zz_generated.crd-manifests/routes-Default.crd.yaml Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
updated to v1.17.4 - 336b7a5d54200d1975302648452de9efc74c8d04 https://raw.githubusercontent.com/openshift/cert-manager-operator/cert-manager-1.17/config/crd/bases/certificates.cert-manager.io-crd.yaml https://raw.githubusercontent.com/openshift/cert-manager-operator/cert-manager-1.17/config/crd/bases/issuers.cert-manager.io-crd.yaml Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
updated to OCP 4.18 - 10303fe8e58cb2fec11a337c776a72b8be41c796 https://raw.githubusercontent.com/openshift/api/refs/heads/release-4.18/config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_networks.crd.yaml Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
Contributor
Author
|
just rebased and squashed the commit of bump golang and golangci-lint reported issues |
abays
approved these changes
Sep 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also bump dependencies for OpenShift 4.18. Update controller-runtime, Kubernetes dependencies, and testing tools to support OpenShift Container Platform 4.18 (Kubernetes 1.31):
To test on existing env, or after landed:
go.work*filesgo work initbin/subdir of the repoJira: OSPRH-12935