Skip to content

Commit bce104f

Browse files
perdasilvaPer Goncalves da Silva
authored and
ci-robot
committed
Fix grpc version pin comment (#3452)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 22addd2ace823562bc79ee2122ac39f98b13b7a3
1 parent 07e1ae6 commit bce104f

File tree

1 file changed

+1
-1
lines changed
  • staging/operator-lifecycle-manager

1 file changed

+1
-1
lines changed

staging/operator-lifecycle-manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ require (
184184
sigs.k8s.io/yaml v1.4.0 // indirect
185185
)
186186

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

0 commit comments

Comments
 (0)