From 60f9a5b74028d0cb6f7c5d0e2519f8cb5d734906 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 22 Feb 2026 20:33:48 +0000 Subject: [PATCH] chore: bump go directive to 1.26.0 Co-Authored-By: Virgil --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2bb2787..6b5e828 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module forge.lthn.ai/core/go-mlx -go 1.25.5 +go 1.26.0 require forge.lthn.ai/core/go-inference v0.0.1