Skip to content

feat: Support slog Logger #92

feat: Support slog Logger

feat: Support slog Logger #92

Re-run triggered November 7, 2023 01:26
Status Failure
Total duration 28s
Artifacts

reviewdog.yaml

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

Annotations

2 errors and 1 warning
runner / staticcheck: logger.go#L4
[staticcheck] reported by reviewdog 🐶 package log/slog is not in GOROOT (/opt/hostedtoolcache/go/1.20.10/x64/src/log/slog) note: imported by a module that requires go 1.21 Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"package log/slog is not in GOROOT (/opt/hostedtoolcache/go/1.20.10/x64/src/log/slog)\nnote: imported by a module that requires go 1.21","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"logger.go","range":{"start":{"line":4,"column":2}}},"severity":"ERROR"}
runner / staticcheck
Process completed with exit code 1.
runner / staticcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/