From 770a476e3b8bd32df634052227e8433d691e980d Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 3 Dec 2025 23:41:22 -0500 Subject: [PATCH] chore: bump minimum version of Go Signed-off-by: Xe Iaso --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8f827a9b..1fbb73f8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/TecharoHQ/anubis -go 1.24.2 +go 1.25.5 require ( github.com/TecharoHQ/thoth-proto v0.5.0