Skip to content

Commit 22addd2

Browse files
perdasilvaPer Goncalves da Silva
and
Per Goncalves da Silva
authored
Fix grpc version pin comment (#3452)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent 07d57f9 commit 22addd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)