go.mod: go 1.22.8 -> 1.23.4 (#8036)

This commit is contained in:
Blake Mizerany 2024-12-10 18:16:16 -08:00 committed by GitHub
parent 46f74e0cb5
commit a37f4a86a7
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.22.8
go 1.23.4
require (
github.com/containerd/console v1.0.3