You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
From testing I found out that golang's `replace` directive didn't work
properly when using an absolute path with the `../` included. Using a
relative path or an absolute path (without `../` in the middle) resolves
the issue. The simple and most clear solution is to use a true absolute
path, so I've used `dirname` with the repo's root dir to determine the
parent dir.
**Link to tracking Issue:** <Issue number if applicable>
Fixesopen-telemetry#30330
**Testing:** <Describe what testing was performed and which tests were
added.>
Commands in bug description are all working.
0 commit comments