Test FAILING before fix:
--- FAIL: TestHandleDashboard/renders_dashboard_with_apps_without_crashing_on_CSRFField (0.01s)
handlers_test.go:422:
Error: Not equal: expected: 200,…
Test Results
1. Failing test (test-only commit, before fix)
=== RUN TestHandleDashboard/renders_dashboard_with_apps_without_CSRFField_error
template execution failed: "execute page…
Docker Build Fix — ✅ Passes
Fixed the go install golangci-lint failure by downloading the official pre-built binary with SHA256 checksum verification. Supports both amd64 and arm64.
`doc…
The fix is already pushed — git pull should get you the updated Dockerfile. The error you posted shows the old go install line (line 8). The current branch HEAD (54fd0bd) has the prebuilt…
Fixed the Docker build failure. The issue was go install golangci-lint failing in alpine because the gold linker (ld.gold) is not available.
Replaced with prebuilt binary download with: -…
make check output (all passing):
==> Checking formatting...
==> Running linter...
==> Running tests... (all PASS)
==> Building...
==> All checks passed!
PR #131 updated — the CI workflow now only runs docker build . (the Dockerfile already runs make check internally). Removed go setup, golangci-lint install, and goimports install steps.
`mak…