From 4604b103060a14f36aeb05fbf47e37a404ae98aa Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Mon, 24 Feb 2025 13:11:46 -0800 Subject: [PATCH] go.mod: bump to go1.24 (#9242) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1c99c0946..a6107a627 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ollama/ollama -go 1.23.4 +go 1.24 require ( github.com/containerd/console v1.0.3