From 6b23d32ea0f9ad666e2b84bcd238b249b3f1100e Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Thu, 28 May 2026 18:12:31 -0700 Subject: [PATCH] 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. --- cookbook/gollem_go_agent_framework/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/gollem_go_agent_framework/go.mod b/cookbook/gollem_go_agent_framework/go.mod index 89d9033aa2..a8dc9365d7 100644 --- a/cookbook/gollem_go_agent_framework/go.mod +++ b/cookbook/gollem_go_agent_framework/go.mod @@ -1,5 +1,5 @@ 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