Skip to content

Commit

Permalink
Remove go.mod commented out base-components version pin (operator-fra…
Browse files Browse the repository at this point in the history
…mework#3380)

Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
  • Loading branch information
perdasilva and Per Goncalves da Silva authored Sep 2, 2024
1 parent f243189 commit 578ad82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,6 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

// pin to v1.18.0 until k8s.io/component-base updates its prometheus dependency
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3283
//replace (
// github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.18.0
// github.com/prometheus/common => github.com/prometheus/common v0.47.0
//)

// v1.64.0 breaks our e2e tests as it affects the grpc connection state transition
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2
Expand Down

0 comments on commit 578ad82

Please sign in to comment.