We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07e1ae6 + bce104f commit c8cba43Copy full SHA for c8cba43
staging/operator-lifecycle-manager/go.mod
@@ -184,7 +184,7 @@ require (
184
sigs.k8s.io/yaml v1.4.0 // indirect
185
)
186
187
-// 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
188
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
189
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2
190
0 commit comments