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