Commit Graph

7 Commits

Author SHA1 Message Date
GitHub Actions
26c67db403 fix: update Go version from 1.25.5 to 1.25.6 in go.work 2026-01-16 03:39:29 +00:00
GitHub Actions
a26beefb08 fix: update Go version to 1.25.5 in go.work 2025-12-14 07:11:04 +00:00
GitHub Actions
3fd85ce34f fix: upgrade Go to 1.25 for Caddy 2.10.2 compatibility
Caddy 2.10.2 requires Go 1.25 (declared in its go.mod). The previous
commit incorrectly downgraded to Go 1.23 based on the false assumption
that Go 1.25.5 doesn't exist.

This fix:
- Updates Dockerfile Go images from 1.23-alpine to 1.25-alpine
- Updates backend/go.mod to go 1.25
- Updates go.work to go 1.25

Fixes CI Docker build failures in xcaddy stage.
2025-12-14 01:06:03 +00:00
GitHub Actions
65443a1464 fix: correct Go version to 1.23 (1.25.5 does not exist) 2025-12-14 00:36:20 +00:00
GitHub Actions
ff7c00e931 fix: update Go version from 1.25.4 to 1.25.5 2025-12-03 14:29:35 +00:00
CI
7e5e3e4d38 chore: update go.work format by removing parentheses around backend usage 2025-11-29 02:49:21 +00:00
CI
c925994aa3 feat: add Codecov upload workflows for backend and frontend coverage 2025-11-29 02:49:21 +00:00