From 987c1d74105ab20b11d2d92411bc70c2c4705f31 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 29 Jul 2025 04:06:16 +0000 Subject: [PATCH] chore(go.mod): depend on at least go 1.24.2 Signed-off-by: Xe Iaso --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4a07455..eb75e8d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/TecharoHQ/anubis -go 1.24.5 +go 1.24.2 require ( github.com/TecharoHQ/thoth-proto v0.4.0