From 08df32087f1d1490562a8768451389ea2ec7b63c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 19:42:44 +0000 Subject: [PATCH] Update dependency go to v1.24.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0b1bb1e..f643f93 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/upbound/function-msgraph go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.4 require ( github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.0