-
Notifications
You must be signed in to change notification settings - Fork 37
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
Use go mod tidy with compat flags #46
Comments
/cc @alolita @bryan-aguilar @Aneurysm9 since you were pinged on the duplicate issue. |
This is complicated by the fact that the Go SDK still requires 1.16 support. Perhaps we can add some configuration to allow specifying Go version compatibility in |
For future reference, since I forgot this from one release to the next one, the current workaround is to do |
I think we are good to fix this now correct? @bryan-aguilar is this already done? |
I haven't taken a look into this yet. Is this still an issue in the release process? Or has it been side stepped since go mod tidy is usually ran with a |
@codeboten, did you run into this for 0.61.0? I did for 0.60.0 |
As suggested by @Aneurysm9 would it make sense to add a
Does it make sense to put it in the specific module set? |
I think putting it in the module set offers the most flexibility, but I'm assuming that 99.9% of the time the same value will be used for all module sets in a project. Maybe we can put it at the top level for now and then add it as an option to module set definitions if/when we find the need? |
I think that could be an acceptable compromise. |
This is likely not relevant anymore, closing. |
When releasing the OpenTelemetry Collector Contrib, the multimod step is broken for several modules because of:
It would be nice if multimod could handle that for me automatically.
The text was updated successfully, but these errors were encountered: