Browse Source

go.mod: bump to go1.24 (#9242)

Blake Mizerany 2 months ago
parent
commit
4604b10306
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

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