Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(otelcolbuilder): use correct upstream modules #864

Merged
merged 2 commits into from
Dec 12, 2022

Conversation

amdprophet
Copy link
Contributor

Signed-off-by: Justin Kolberg [email protected]

The import paths for most upstream Go modules are not a part of the go.opentelemetry.io/collector module. Version pinning was not working due to the mismatch.

The issue can be reproduced by running make build from the otelcolbuilder directory and then checking ./cmd/go.mod for v0.67.0 which should not be pulled in.

@amdprophet amdprophet requested a review from a team as a code owner December 9, 2022 23:24
Signed-off-by: Justin Kolberg <[email protected]>
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 9, 2022
@amdprophet amdprophet merged commit febe363 into main Dec 12, 2022
@amdprophet amdprophet deleted the fix/otelcolbuilder/upstream-modules branch December 12, 2022 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants