Update smtp.go #34
testing.yml
on: pull_request
Run integration tests
2m 19s
Annotations
3 errors and 1 warning
Run integration tests:
internal/lua/lua_test.go#L1210
cannot use &Session{…} (value of type *Session) as "github.com/emersion/go-smtp".Session value in return statement: *Session does not implement "github.com/emersion/go-smtp".Session (wrong type for method Rcpt)
|
Run integration tests:
internal/smtp/smtp_test.go#L270
cannot use &Session{…} (value of type *Session) as "github.com/emersion/go-smtp".Session value in return statement: *Session does not implement "github.com/emersion/go-smtp".Session (wrong type for method Rcpt)
|
Run integration tests
Process completed with exit code 2.
|
Run integration tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|