-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Currently, the go mod tidy command is failing, and thus, we cannot update the vendors correctly. This is due to newer otel version has breaking changes in its cross-module internal code. This issue is reported in: open-telemetry/opentelemetry-go#4586 To fix it, we must specify a specific version of go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp So to fix: go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.18.0 go mod tidy && go mod vendor
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.