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