Skip to content

Commit a823a29

Browse files
chore(deps): update golang version to v1.24.1
1 parent db9545b commit a823a29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ VERSION --try --raw-output 0.8
33

44
PROJECT crossplane/crossplane-runtime
55

6-
ARG --global GO_VERSION=1.22.3
6+
ARG --global GO_VERSION=1.24.1
77

88
# reviewable checks that a branch is ready for review. Run it before opening a
99
# pull request. It will catch a lot of the things our CI workflow will catch.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/crossplane/crossplane-runtime
22

33
go 1.22.0
44

5-
toolchain go1.22.3
5+
toolchain go1.24.1
66

77
require (
88
dario.cat/mergo v1.0.1

0 commit comments

Comments
 (0)