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

How can i fix this issue? #1515

Closed
stiffer831 opened this issue Dec 8, 2021 · 4 comments
Closed

How can i fix this issue? #1515

stiffer831 opened this issue Dec 8, 2021 · 4 comments

Comments

@stiffer831
Copy link

image

@houseme
Copy link
Member

houseme commented Dec 9, 2021

把go.opentelemetry.io/otel 该包都设置为v1.0.0-RC3的版本就可以了,应该是你执行了 go get -u 的命令,间接更新了go.opentelemetry.io/otel

@stiffer831
Copy link
Author

请问如何更新呢,新手,感谢!

@houseme
Copy link
Member

houseme commented Dec 10, 2021

请问如何更新呢,新手,感谢!

创建项目之后,不要执行go get -v -u all

该包go.opentelemetry.io/otel有兼容性的问题,在v1.0.0-RC3到V1.0.0的时候,有删除any的方法。

如有问题,在执行如下操作

go get go.opentelemetry.io/[email protected]

go get go.opentelemetry.io/otel/exporters/[email protected]

go get go.opentelemetry.io/otel/[email protected]

@stiffer831
Copy link
Author

请问如何更新呢,新手,感谢!

go get go.opentelemetry.io/[email protected]

非常感谢!!!

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

No branches or pull requests

2 participants