From 9fce2b066f4e0edbfafc124816a07f437ed7d829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 00:08:27 +0000 Subject: [PATCH] Update dependency go to v1.24.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 99f86b1..fb41d99 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/crossplane-contrib/function-shell go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.6 require ( github.com/alecthomas/kong v1.11.0