Block a user
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)
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…
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)
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: -…
fix: simplify CI to docker build only (closes #130)
make check output (all passing):
==> Checking formatting...
==> Running linter...
==> Running tests... (all PASS)
==> Building...
==> All checks passed!
the gitea action doesn't comply with repo policies.
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…
POLICY: make fmt uses npx instead of yarn for prettier
POLICY: make test missing 30-second timeout
POLICY: Makefile missing required targets (fmt-check, docker, hooks)
POLICY: Go module path should be sneak.berlin/go/upaas
POLICY: Missing REPO_POLICIES.md in repo root
fix: simplify CI to docker build only (closes #130)
make check output (all passing):
==> Checking formatting...
==> Running linter...
==> Running tests...
ok git.eeqj.de/sneak/upaas/cmd/upaasd 1.949s
ok git.eeqj.de/sneak/upaas/internal/co…
Makefile missing required targets: fmt-check, docker, hooks