mirror of
https://github.com/ollama/ollama.git
synced 2026-08-27 04:06:17 +00:00
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:
parent
2412adf42b
commit
e185c08ad9
1 changed files with 1 additions and 1 deletions
2
go.mod
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue