fix concurrency and persistence safety in session/cron/heartbeat services

This commit is contained in:
esubaalew
2026-02-11 16:38:19 +03:00
parent d83fb6e081
commit 7fa341c449
5 changed files with 161 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
# ============================================================
# Stage 1: Build the picoclaw binary
# ============================================================
FROM golang:1.24-alpine AS builder
FROM golang:1.25.7-alpine AS builder
RUN apk add --no-cache git make