We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d57f9 commit 22addd2Copy full SHA for 22addd2
go.mod
@@ -183,7 +183,7 @@ require (
183
sigs.k8s.io/yaml v1.4.0 // indirect
184
)
185
186
-// 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
187
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
188
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2
189
0 commit comments