Skip to content

fix log api

fix log api #389

Triggered via pull request September 1, 2023 08:14
Status Failure
Total duration 3m 7s
Artifacts

lint-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
lint: pkg/apiserver/cubeapi/resourcemanage/handle/podlog.go#L122
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint
Process completed with exit code 2.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/