From 45f4ad588bba7945f1ae1e205ba9b0c578847f25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:48:59 +0000 Subject: [PATCH] Update dependency go to v1.25.3 --- go.mod | 2 +- webhosting-operator/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 52be115c..8a5400d9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/timebertt/kubernetes-controller-sharding go 1.24.0 -toolchain go1.25.2 +toolchain go1.25.3 require ( github.com/cespare/xxhash/v2 v2.3.0 diff --git a/webhosting-operator/go.mod b/webhosting-operator/go.mod index b7b82eb5..91c29f33 100644 --- a/webhosting-operator/go.mod +++ b/webhosting-operator/go.mod @@ -2,7 +2,7 @@ module github.com/timebertt/kubernetes-controller-sharding/webhosting-operator go 1.24.0 -toolchain go1.25.2 +toolchain go1.25.3 require ( github.com/go-logr/logr v1.4.3