Skip to content

Conversation

camilamacedo86
Copy link
Contributor

Description

When we tried to sync the build was failing due to:
grpc.SupportPackageIsVersion9

which is generated by protoc-gen-go-grpc v1.5.1 for code that requires gRPC-Go ≥ v1.64.0.

However, the go.mod currently includes:
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2

This pins the project to an older gRPC version that is incompatible with the generated code.

Fix

Removed the replace directive for google.golang.org/grpc in go.mod.
The replacement was originally added due to limitations with Go 1.23, but we are now using Go 1.24.4, so it is no longer needed. See: operator-framework/operator-lifecycle-manager#3284
This change aligns the project with the upstream OLM (v0) behavior.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Oct 15, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Oct 15, 2025

@camilamacedo86: This pull request references OPRUN-4202 which is a valid jira issue.

In response to this:

Description

When we tried to sync the build was failing due to:
grpc.SupportPackageIsVersion9

which is generated by protoc-gen-go-grpc v1.5.1 for code that requires gRPC-Go ≥ v1.64.0.

However, the go.mod currently includes:
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2

This pins the project to an older gRPC version that is incompatible with the generated code.

Fix

Removed the replace directive for google.golang.org/grpc in go.mod.
The replacement was originally added due to limitations with Go 1.23, but we are now using Go 1.24.4, so it is no longer needed. See: operator-framework/operator-lifecycle-manager#3284
This change aligns the project with the upstream OLM (v0) behavior.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot requested review from anik120 and oceanc80 October 15, 2025 14:24
@bandrade
Copy link
Contributor

/label qe-approved
/verified by @bandrade

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Oct 15, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Oct 15, 2025

@camilamacedo86: This pull request references OPRUN-4202 which is a valid jira issue.

In response to this:

Description

When we tried to sync the build was failing due to:
grpc.SupportPackageIsVersion9

which is generated by protoc-gen-go-grpc v1.5.1 for code that requires gRPC-Go ≥ v1.64.0.

However, the go.mod currently includes:
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2

This pins the project to an older gRPC version that is incompatible with the generated code.

Fix

Removed the replace directive for google.golang.org/grpc in go.mod.
The replacement was originally added due to limitations with Go 1.23, but we are now using Go 1.24.4, so it is no longer needed. See: operator-framework/operator-lifecycle-manager#3284
This change aligns the project with the upstream OLM (v0) behavior.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Oct 15, 2025
@openshift-ci-robot
Copy link

@bandrade: This PR has been marked as verified by @bandrade.

In response to this:

/label qe-approved
/verified by @bandrade

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@grokspawn
Copy link
Contributor

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 15, 2025
Copy link
Contributor

openshift-ci bot commented Oct 15, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: camilamacedo86, grokspawn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 15, 2025
@camilamacedo86
Copy link
Contributor Author

/test e2e-gcp-olm

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD bdc0d75 and 2 for PR HEAD 985b589 in total

@camilamacedo86
Copy link
Contributor Author

/test e2e-gcp-olm

@camilamacedo86
Copy link
Contributor Author

/retest-required

@camilamacedo86
Copy link
Contributor Author

/test e2e-gcp-olm

3 similar comments
@camilamacedo86
Copy link
Contributor Author

/test e2e-gcp-olm

@camilamacedo86
Copy link
Contributor Author

/test e2e-gcp-olm

@camilamacedo86
Copy link
Contributor Author

/test e2e-gcp-olm

Copy link
Contributor

openshift-ci bot commented Oct 20, 2025

@camilamacedo86: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-olm 985b589 link true /test e2e-gcp-olm

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants