Skip to content

Commit 53e5624

Browse files
chore(deps): update golang version to v1.25.2
1 parent c49d6dd commit 53e5624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ VERSION --try --raw-output 0.8
33

44
PROJECT crossplane-contrib/crossplane-diff
55

6-
ARG --global GO_VERSION=1.25.1
6+
ARG --global GO_VERSION=1.25.2
77

88
fetch-crossplane-clusters:
99
BUILD +fetch-crossplane-cluster \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/crossplane-contrib/crossplane-diff
22

33
go 1.24.0
44

5-
toolchain go1.25.1
5+
toolchain go1.25.2
66

77
//replace github.com/crossplane/crossplane/v2 => /Users/jonathan.ogilvie/workspace/crossplane
88

0 commit comments

Comments
 (0)