We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d57f9 commit 688e2acCopy full SHA for 688e2ac
go.mod
@@ -1,7 +1,8 @@
1
module github.com/operator-framework/operator-lifecycle-manager
2
3
-go 1.22.5
4
-toolchain go1.22.9
+go 1.22.6
+
5
+toolchain go1.23.3
6
7
require (
8
github.com/blang/semver/v4 v4.0.0
@@ -183,7 +184,7 @@ require (
183
184
sigs.k8s.io/yaml v1.4.0 // indirect
185
)
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
188
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
189
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2
190
0 commit comments