-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
dependabot updates Mon Apr 11 14:30 PDT 2022 #9222
Conversation
It fails due to go library issue open-telemetry/opentelemetry-go#2781 which should be resolved shortly |
@dmitryax New metrics release is shipped and should resolve the failures. |
Thanks @Aneurysm9. PR updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dmitryax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lint failure:
Error: internal/common/parser.go:122:26: cannot use ([]lexer.Rule literal) (value of type []lexer.Rule) as []lexer.SimpleRule value in argument to lexer.MustSimple (typecheck)
lex := lexer.MustSimple([]lexer.Rule{
@codeboten the lint issue is fixed |
No description provided.