Skip to content

Update smtp.go

Update smtp.go #35

Triggered via pull request November 2, 2023 13:52
Status Failure
Total duration 2m 42s
Artifacts

testing.yml

on: pull_request
Run integration tests
2m 30s
Run integration tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
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/