Skip to content

chore(docker): add docker #6

chore(docker): add docker

chore(docker): add docker #6

Triggered via push August 12, 2024 15:10
Status Failure
Total duration 23s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: api/endpoints.go#L37
Error return value of `defaults.Set` is not checked (errcheck)
lint: api/middleware.go#L68
Error return value of `w.Write` is not checked (errcheck)
lint: api/middleware.go#L79
Error return value of `w.Write` is not checked (errcheck)
lint: api/workspaces.go#L37
Error return value of `defaults.Set` is not checked (errcheck)
lint: api/api.go#L40
func `(*API).query` is unused (unused)
lint: api/api.go#L82
func `(*API).notfound` is unused (unused)
lint: api/workspaces.go#L100
SA5011: possible nil pointer dereference (staticcheck)
lint: api/workspaces.go#L96
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
lint: pkg/queue/redis.go#L153
S1000: should use for range instead of for { select {} } (gosimple)
lint: worker/worker.go#L74
Error return value of `w.queue.Delete` is not checked (errcheck)
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/