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

This commit is contained in:
Blake Mizerany 2025-02-24 13:11:46 -08:00 committed by GitHub
parent 8c13cfa4dd
commit 4604b10306
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

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