Skip to content

chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.15.0 #25

chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.15.0

chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.15.0 #25

Triggered via pull request October 15, 2024 08:30
Status Failure
Total duration 36s
Artifacts

reviewdog.yaml

on: pull_request
runner / staticcheck
24s
runner / staticcheck
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
runner / staticcheck: examples/slack-api/main.go#L26
[staticcheck] reported by reviewdog 🐶 slackClient.UploadFile is deprecated: Use [Client.UploadFileV2] instead. This will stop functioning on March 11, 2025. For more details, see: https://api.slack.com/methods/files.upload#markdown Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"slackClient.UploadFile is deprecated: Use [Client.UploadFileV2] instead. This will stop functioning on March 11, 2025. For more details, see: https://api.slack.com/methods/files.upload#markdown ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/slacker/slacker/examples/slack-api/main.go","range":{"start":{"line":26,"column":14},"end":{"line":26,"column":36}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck
Process completed with exit code 1.
runner / staticcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/