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
This commit is contained in:
Jesse Gross 2025-02-27 11:35:37 -08:00 committed by Jesse Gross
parent 2412adf42b
commit e185c08ad9

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/ollama/ollama
go 1.24
go 1.24.0
require (
github.com/containerd/console v1.0.3