Sfoglia il codice sorgente

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 mesi fa
parent
commit
e185c08ad9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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