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

Bump the otel version #1405

Closed
wants to merge 2 commits into from
Closed

Conversation

directionless
Copy link
Contributor

Closes #1403

Bump otel, as dependabot noticed in #1403

And fix the import statement that was breaking go mod tidy

@@ -11,5 +11,5 @@ For additional documentation on the topic:
package tools

import (
_ "github.com/go-bindata/go-bindata/go-bindata/"
_ "github.com/go-bindata/go-bindata/go-bindata"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I make this change locally, make deps fails for me, which I think is also breaking the pipeline build -- I think this started after the upgrade to 1.21. (I've been removing this slash every time I run go mod tidy and then adding it back so that make -j2 github-build doesn't fail for me, which is...an annoying workflow.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hrm. yes. Okay. Maybe it's time to retire the go form, and just put it in make

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You know... It might be fine to drop this from go.mod

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