From 13b31e95b417c2869c7f619ef590320bd998f457 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:33:43 +0000 Subject: [PATCH] Update dependency go to v1.25.5 (main) (#8613) Update dependency go to v1.25.5 | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.25.4 | 1.25.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5486d42028..b406cc9b88 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nginx/kubernetes-ingress -go 1.25.4 +go 1.25.5 require ( github.com/aws/aws-sdk-go-v2/config v1.32.2