diff --git a/staging/operator-lifecycle-manager/go.mod b/staging/operator-lifecycle-manager/go.mod index 793241ece4..2afbd05a84 100644 --- a/staging/operator-lifecycle-manager/go.mod +++ b/staging/operator-lifecycle-manager/go.mod @@ -184,7 +184,7 @@ require ( sigs.k8s.io/yaml v1.4.0 // indirect ) -// v1.64.0 breaks our e2e tests as it affects the grpc connection state transition +// v1.64.0 brings in go1.23, which we aren't ready to go to just yet // issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284 replace google.golang.org/grpc => google.golang.org/grpc v1.63.2