Files
upaas/Dockerfile
user 43a0cbac70
All checks were successful
Check / check (pull_request) Successful in 13m22s
fix: use pre-built golangci-lint binary instead of go install
go install fails in alpine Docker builder because the linker (ld) is not
available. Download the official pre-built binary with SHA256 verification
instead. Supports both amd64 and arm64 architectures.

Fixes #126
2026-02-26 02:17:54 -08:00

1.7 KiB