Browse Source

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
Jesse Gross 2 tháng trước cách đây
mục cha
commit
e185c08ad9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      go.mod

+ 1 - 1
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