Skip to content

Commit 688e2ac

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 688e2ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: go.mod

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module github.com/operator-framework/operator-lifecycle-manager
22

3-
go 1.22.5
4-
toolchain go1.22.9
3+
go 1.22.6
4+
5+
toolchain go1.23.3
56

67
require (
78
github.com/blang/semver/v4 v4.0.0
@@ -183,7 +184,7 @@ require (
183184
sigs.k8s.io/yaml v1.4.0 // indirect
184185
)
185186

186-
// 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
187188
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
188189
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2
189190

0 commit comments

Comments
 (0)