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

Update otel proto to latest tag v0.13.0 #91

Merged
merged 2 commits into from
Feb 12, 2022

Conversation

albertteoh
Copy link
Contributor

@albertteoh albertteoh commented Feb 12, 2022

Signed-off-by: Albert Teoh see.kwang.teoh@gmail.com

Which problem is this PR solving?

Short description of the changes

  • Bumps the version of the opentelemetry-proto submodule to the latest v0.13.0 tag to fix the broken builds.

This change is the result of the following commands:

make init-submodule
cd opentelemetry-proto
git ls-remote --tags origin
git fetch
git checkout v0.13.0

# Update swagger spec
make proto

Signed-off-by: Albert Teoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
@albertteoh albertteoh merged commit 05fe64e into jaegertracing:main Feb 12, 2022
@albertteoh albertteoh deleted the update-otel-proto branch February 12, 2022 22:25
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.

Bump the opentracing-proto submodule to fix go bindings
2 participants