Skip to content

ci: build with -tags embed so frontend is served from the binary #6

ci: build with -tags embed so frontend is served from the binary

ci: build with -tags embed so frontend is served from the binary #6

Triggered via push August 10, 2026 10:23
Status Failure
Total duration 5m 52s
Artifacts

backend-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
golangci-lint
issues found
golangci-lint: backend/internal/handler/response_cache.go#L39
S1040: type assertion to the same type: w.ResponseWriter already has type gin.ResponseWriter (staticcheck)
golangci-lint: backend/internal/service/response_cache.go#L36
Error return value of `(io.Writer).Write` is not checked (errcheck)
golangci-lint: backend/internal/service/response_cache.go#L35
Error return value of `(io.Writer).Write` is not checked (errcheck)
golangci-lint: backend/internal/handler/response_cache.go#L24
Error return value of `(*bytes.Buffer).Write` is not checked (errcheck)
golangci-lint: backend/internal/handler/response_cache.go#L22
Error return value of `(*bytes.Buffer).Write` is not checked (errcheck)
test
Process completed with exit code 2.