From 45b3780e67da8d171c1d9996787f35b501c2e3cd Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sun, 15 Mar 2026 18:00:04 -0500 Subject: [PATCH] docs: update Go version to 1.25 in README tech stack Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a355d..411bc14 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Web UI |-------|------------| | Frontend | React 19, TanStack Router + Query, Tailwind CSS, Vite | | Backend | Python 3.12, FastAPI, SQLAlchemy 2.0 async, asyncpg | -| Poller | Go 1.24, go-routeros/v3, pgx/v5, nats.go | +| Poller | Go 1.25, go-routeros/v3, pgx/v5, nats.go | | Database | PostgreSQL 17 + TimescaleDB, Row-Level Security | | Cache / Locks | Redis 7 | | Message Bus | NATS with JetStream |