-
Notifications
You must be signed in to change notification settings - Fork 478
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
Update dependencies #3037
Update dependencies #3037
Conversation
Mostly Azure SDKs Signed-off-by: ItalyPaleAle <[email protected]>
list := []Component{} | ||
errors := []error{} |
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.
This was never populated
@@ -124,6 +124,8 @@ linters-settings: | |||
- "golang.org/x/net/context": "must use context" | |||
- "github.com/pkg/errors": "must use standard library (errors package and/or fmt.Errorf)" | |||
- "github.com/Sirupsen/logrus": "must use github.com/dapr/kit/logger" | |||
- "github.com/labstack/gommon/log": "must use github.com/dapr/kit/logger" |
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.
These changes ported from the runtime
/ok-to-test |
Complete Build MatrixThe build status is currently not updated here. Please visit the action run below directly. Commit ref: dc284dc |
Components certification testCommit ref: dc284dc ❌ Some certification tests failedThese tests failed:
|
Components conformance testCommit ref: dc284dc ✅ All conformance tests passedAll tests have reported a successful status |
Mostly Azure SDKs