소스 검색

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 달 전
부모
커밋
e185c08ad9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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