From 100e3f0fe98f326d22e24a340c103d66f1b54998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:18:04 +0000 Subject: [PATCH] chore(deps): update golang version to v1.25.2 --- Earthfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 4f8303f..3f8eea0 100644 --- a/Earthfile +++ b/Earthfile @@ -3,7 +3,7 @@ VERSION --try --raw-output 0.8 PROJECT crossplane-contrib/crossplane-diff -ARG --global GO_VERSION=1.25.1 +ARG --global GO_VERSION=1.25.2 fetch-crossplane-clusters: BUILD +fetch-crossplane-cluster \ diff --git a/go.mod b/go.mod index a7b1030..2319855 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/crossplane-contrib/crossplane-diff go 1.24.0 -toolchain go1.25.1 +toolchain go1.25.2 //replace github.com/crossplane/crossplane/v2 => /Users/jonathan.ogilvie/workspace/crossplane