From 37cfa751d648cf103c787133bc6a7209c06137d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:56:16 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4674bf0..1a76739 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/crossplane/function-template-go go 1.23 -toolchain go1.23.2 +toolchain go1.25.0 require ( github.com/alecthomas/kong v0.9.0