From 54e0c4f181d5f09dd248905c5f331f8468c65334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:33:01 +0000 Subject: [PATCH] Update dependency go to v1.23.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 35f1123..a10102d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/crossplane/function-sdk-go go 1.23 -toolchain go1.23.1 +toolchain go1.23.2 require ( github.com/bufbuild/buf v1.42.0