We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
详情 open-telemetry/opentelemetry-go#1635
如果执行 go get -u 就会失败,官方骚气的同大版本不兼容写法
go get -u
The text was updated successfully, but these errors were encountered:
请问怎么解决呢
Sorry, something went wrong.
执行 go get go.opentelemetry.io/otel/label@v0.17.0
go get go.opentelemetry.io/otel/label@v0.17.0
可以go get -u -v github.com/gogf/gf@master 不要在项目下执行go get -u all 默认会升级到 go.opentelemetry.io/otel/label@v0.19.0 现在0.18.0 和0.19.0有差别
@housemecn @GuihaiHU @DukeAnn 主要原因是由于otel不稳定造成的,并且go get -u all命令会更新所有依赖包的版本,项目依赖的包版本尽量别随意升级。gf已经更新兼容了最新0.19.0版本的otel版本,不过未来可能会随时保持和otel版本的升级。
otel
go get -u all
gf
0.19.0
好的感谢大佬,问题先关了。
#1515
No branches or pull requests
详情 open-telemetry/opentelemetry-go#1635
如果执行
go get -u
就会失败,官方骚气的同大版本不兼容写法The text was updated successfully, but these errors were encountered: