diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e32078c..0a6f71c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: env: # Common versions - GO_VERSION: '1.25.12' + GO_VERSION: '1.25.13' GOLANGCI_VERSION: 'v2.4.0' DOCKER_BUILDX_VERSION: 'v0.36.1' diff --git a/go.mod b/go.mod index 633bfe0..02af307 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/crossplane-contrib/function-patch-and-transform -go 1.25.12 +go 1.25.13 require ( github.com/alecthomas/kong v1.16.0