Skip to content

Commit a22babd

Browse files
author
Per Goncalves da Silva
committed
Fix grpc version pin comment
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 07d57f9 commit a22babd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ require (
183183
sigs.k8s.io/yaml v1.4.0 // indirect
184184
)
185185

186-
// v1.64.0 breaks our e2e tests as it affects the grpc connection state transition
186+
// v1.64.0 brings in go1.23, which we aren't ready to go to just yet
187187
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
188188
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2
189189

0 commit comments

Comments
 (0)