From e185c08ad9c71c82c4bef970a9c1f732e1b68076 Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Thu, 27 Feb 2025 11:35:37 -0800 Subject: [PATCH] go.mod: Use full version for go 1.24.0 Otherwise on Linux I get: go: download go1.24 for linux/amd64: toolchain not available --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5f08aad0e..af0cedc86 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ollama/ollama -go 1.24 +go 1.24.0 require ( github.com/containerd/console v1.0.3