Upgrade runtime to Go 1.25 and add container orchestration.
CI / test (push) Failing after 35s

Add a cache-optimized multi-stage Dockerfile with non-root runtime, compose service definitions for local/dev execution, CI Go version alignment, and docs/path cleanup updates.

Made-with: Cursor
This commit is contained in:
2026-03-01 11:44:07 +00:00
parent f0afa8221f
commit ba7cd51a84
7 changed files with 99 additions and 23 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
go-version: "1.25.x"
- name: Go tests
run: go test ./...