-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
Description of problem:
microshift/go.mod does not use openshift's etcd (by using replace directive)
Version-Release number of selected component (if applicable):
main
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
There is no replace for following lines: https://github.com/openshift/microshift/blob/main/go.mod#L21-L22 https://github.com/openshift/microshift/blob/main/go.mod#L173
Expected results:
etcd should be "replaced" to point to github.com/openshift/etcd
Additional info: