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
We have a dependency using yaml.v3 and our code is using yaml.v2, so we have both library in our build. We should use only one of them.
The text was updated successfully, but these errors were encountered:
build: Upgrade yaml library to v3
283b2cf
Upgrade yaml library to v3 to consist with the edgex-go edgexfoundry/edgex-go#3060 Close edgexfoundry#452 Signed-off-by: weichou <[email protected]>
hold this issue until yaml v3 is official released
Sorry, something went wrong.
fixed by #3683
weichou1229
Successfully merging a pull request may close this issue.
🚀 Feature Request
Relevant Package
This feature request is for core-metadataDescription
We have a dependency using yaml.v3 and our code is using yaml.v2, so we have both library in our build.
We should use only one of them.
The text was updated successfully, but these errors were encountered: