Skip to content

feat(platform): api service change to stateless #424

feat(platform): api service change to stateless

feat(platform): api service change to stateless #424

Triggered via pull request January 8, 2024 08:04
Status Failure
Total duration 1m 39s
Artifacts

pr-check.yml

on: pull_request
resolve module
4s
resolve module
compliant
22s
compliant
Matrix: lint module
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
lint module (./platform/server): platform/server/cmd/agent/internal/biz/service/update_task.go#L22
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint module (./platform/server): platform/server/cmd/api/api.go#L22
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint module (./platform/server): platform/server/cmd/api/api.go#L28
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint module (./platform/server): platform/server/cmd/api/pkg/manager/task.go#L80
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
lint module (./platform/server): platform/server/cmd/api/pkg/manager/task.go#L265
loopclosure: loop variable agentSrv captured by func literal (govet)
lint module (./platform/server)
golangci-lint exit with code 4
resolve module
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/