chore(cookbook): bump Go directive to 1.26.3 in gollem example (#29234)

Updates the gollem_go_agent_framework example to the current Go release.
Clears stale Go stdlib advisories reported by osv-scanner against the
older 1.25.1 directive. No source changes; the single pinned dependency
(gollem v0.1.0) is backward compatible.
This commit is contained in:
yuneng-jiang 2026-05-28 18:12:31 -07:00 committed by GitHub
parent 76f56c3283
commit 6b23d32ea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
module github.com/BerriAI/litellm/cookbook/gollem_go_agent_framework module github.com/BerriAI/litellm/cookbook/gollem_go_agent_framework
go 1.25.1 go 1.26.3
require github.com/fugue-labs/gollem v0.1.0 require github.com/fugue-labs/gollem v0.1.0