diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad290d..a3a2c70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: env: # Common versions - GO_VERSION: '1.23.4' + GO_VERSION: '1.24.0' GOLANGCI_VERSION: 'v1.62.2' DOCKER_BUILDX_VERSION: 'v0.11.2' diff --git a/go.mod b/go.mod index b37847a..3369f8d 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/crossplane-contrib/function-patch-and-transform -go 1.23 +go 1.24 -toolchain go1.23.4 +toolchain go1.24.0 require ( github.com/alecthomas/kong v0.9.0