You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: project improvements and best practices (#97)
* fix: project improvements and best practices
- Fix Go version: 1.24.0 → 1.23 (use stable release)
- Add HEALTHCHECK to FastAPI Dockerfile for container self-healing
- Remove duplicate httpx dependency from fastapi/requirements.txt
- Add .dockerignore files to all reference apps (reduces image size)
- Remove Cargo.lock from .gitignore (enables reproducible Rust builds)
- Track Cargo.lock for rust reference app
* fix: revert Go version to 1.24.0 (required by dependencies)
golang.org/x/net@v0.47.0 requires go >= 1.24.0
0 commit comments