Skip to content

Commit 578ad82

Browse files
perdasilvaPer Goncalves da Silva
and
Per Goncalves da Silva
authored
Remove go.mod commented out base-components version pin (#3380)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent f243189 commit 578ad82

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

go.mod

-7
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,6 @@ require (
178178
sigs.k8s.io/yaml v1.4.0 // indirect
179179
)
180180

181-
// pin to v1.18.0 until k8s.io/component-base updates its prometheus dependency
182-
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3283
183-
//replace (
184-
// github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.18.0
185-
// github.com/prometheus/common => github.com/prometheus/common v0.47.0
186-
//)
187-
188181
// v1.64.0 breaks our e2e tests as it affects the grpc connection state transition
189182
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
190183
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2

0 commit comments

Comments
 (0)