diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8f9f50..9653056 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: env: # Common versions - GO_VERSION: '1.25.9' + GO_VERSION: '1.25.10' GOLANGCI_VERSION: 'v2.4.0' DOCKER_BUILDX_VERSION: 'v0.23.0' diff --git a/go.mod b/go.mod index 3474328..b596cf7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/crossplane-contrib/function-patch-and-transform -go 1.25.9 +go 1.25.10 require ( github.com/alecthomas/kong v1.13.0