From 048207e88472ce9def5ad03d7d155ddc54f651e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 21:14:11 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.5 --- exampleProjects/GoExample/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleProjects/GoExample/go.mod b/exampleProjects/GoExample/go.mod index f93e6b456..530c7d74e 100644 --- a/exampleProjects/GoExample/go.mod +++ b/exampleProjects/GoExample/go.mod @@ -2,7 +2,7 @@ module github.com/sots/cellarsandcentaurs go 1.24.0 -toolchain go1.25.5 +toolchain go1.26.5 require ( github.com/google/uuid v1.6.0