From 666990eb3f5b3cf29029ee3555a70e3f0622cc95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 17:51:10 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.13 --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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