diff --git a/Earthfile b/Earthfile index b0337da..67d9ff9 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.24.1 +ARG --global GO_VERSION=1.25.1 fetch-crossplane-clusters: BUILD +fetch-crossplane-cluster \ diff --git a/go.mod b/go.mod index e0cacb4..412bf8d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/crossplane-contrib/crossplane-diff go 1.24.0 -toolchain go1.24.5 +toolchain go1.25.1 //replace github.com/crossplane/crossplane/v2 => /Users/jonathan.ogilvie/workspace/crossplane