Skip to content

Replace pid with flock for runtime config loading #8974

Replace pid with flock for runtime config loading

Replace pid with flock for runtime config loading #8974

Triggered via pull request January 17, 2025 17:09
Status Failure
Total duration 1m 52s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Lint: pkg/config/flock_unix.go#L53
S1008: should use 'return err == unix.EWOULDBLOCK' instead of 'if err == unix.EWOULDBLOCK { return true }; return false' (gosimple)
Lint
Process completed with exit code 2.
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636