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

[chore] [CI] Fix check-collector-module-version.sh #26299

Merged

Conversation

dmitryax
Copy link
Member

@dmitryax dmitryax commented Aug 30, 2023

Fix the module matching pattern in go.mod to always expect the space before the version and avoid matching the existing comment:

// Code generated by "go.opentelemetry.io/collector/cmd/builder". DO NOT EDIT.

Fixes test failing in #26296

Fix the module matching pattern in go.mod to always expect the space before the version and avoid matching the existing comment:
```
// Code generated by "go.opentelemetry.io/collector/cmd/builder". DO NOT EDIT.
```
@mx-psi mx-psi merged commit 3ec9d22 into open-telemetry:main Aug 30, 2023
@github-actions github-actions bot added this to the next release milestone Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants