From de6cf6560a4c46934955b862d9baee873cbff0cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:33:02 +0000 Subject: [PATCH 1/2] Update dependency go to v1.25.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ae4287f..da0c6da 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/upbound/function-msgraph go 1.24.9 -toolchain go1.24.10 +toolchain go1.25.5 require ( github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1 From 6bd3cbd06f47a81f001bf833798dc3c352a28d68 Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Thu, 15 Jan 2026 10:58:43 +0100 Subject: [PATCH 2/2] Update CI versions Signed-off-by: Yury Tsarev --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eda973c..ed207b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ on: env: # Common versions - GO_VERSION: '1.24.9' - GOLANGCI_VERSION: 'v2.1.5' - DOCKER_BUILDX_VERSION: 'v0.23.0' + GO_VERSION: '1.25.5' + GOLANGCI_VERSION: 'v2.8.0' + DOCKER_BUILDX_VERSION: 'v0.30.1' # These environment variables are important to the Crossplane CLI install.sh # script. They determine what version it installs.