We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9545b commit f385819Copy full SHA for f385819
Earthfile
@@ -3,7 +3,7 @@ VERSION --try --raw-output 0.8
3
4
PROJECT crossplane/crossplane-runtime
5
6
-ARG --global GO_VERSION=1.22.3
+ARG --global GO_VERSION=1.24.2
7
8
# reviewable checks that a branch is ready for review. Run it before opening a
9
# pull request. It will catch a lot of the things our CI workflow will catch.
go.mod
@@ -2,7 +2,7 @@ module github.com/crossplane/crossplane-runtime
2
go 1.22.0
-toolchain go1.22.3
+toolchain go1.24.2
require (
dario.cat/mergo v1.0.1
0 commit comments