-
Notifications
You must be signed in to change notification settings - Fork 58
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] Fix workflows with breaking changes and Set/modify otel propagators in the build scripts #1024
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR seems to be doing more than it says and it's not clear why.
@@ -9,4 +9,5 @@ popd || exit | |||
# Build sample app | |||
|
|||
cd ../opentelemetry-lambda/go/sample-apps/function || exit | |||
go mod tidy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be necessary. The repo shouldn't ever be left in a state where the go.mod
file is inconsistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i agree, created the PR, i will remove this line once the upstream pr is merged.
I have updated the description related to the changes. |
Description:
This PR updates the scripts and make more changes w/r/t to the breaking changes after sub module update
go mod tidy
to fix the inconsistent go mod file upstream.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.