feat: upgrade to Go 1.25.3 and update build to include api-gateway
Some checks failed
CI / Test (pull_request) Successful in 36s
CI / Lint (pull_request) Failing after 3s
CI / Build (pull_request) Successful in 16s
CI / Format Check (pull_request) Successful in 2s

- Create ADR-0034 documenting Go version upgrade to 1.25.3
- Mark ADR-0002 as superseded by ADR-0034
- Update CI workflow to use Go 1.25.3
- Update Makefile to build both platform and api-gateway binaries
- Update CI workflow to build and upload both binaries
- Update documentation (ADR README and mkdocs.yml) to include ADR-0034
This commit is contained in:
2025-11-06 09:41:47 +01:00
parent 8ac85f9b1c
commit fbc3fc37e4
8 changed files with 97 additions and 19 deletions

View File

@@ -95,6 +95,7 @@ nav:
- "Epic 0: Project Setup & Foundation":
- "ADR-0001: Go Module Path": adr/0001-go-module-path.md
- "ADR-0002: Go Version": adr/0002-go-version.md
- "ADR-0034: Go Version Upgrade to 1.25.3": adr/0034-go-version-upgrade.md
- "ADR-0003: Dependency Injection Framework": adr/0003-dependency-injection-framework.md
- "ADR-0004: Configuration Management": adr/0004-configuration-management.md
- "ADR-0005: Logging Framework": adr/0005-logging-framework.md