From d546237c4487632790c3e387c1866af0f65722ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:44:12 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 06cc9d2..4dd0e37 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/adobe/k8s-shredder go 1.24.2 -toolchain go1.25.1 +toolchain go1.25.2 require ( github.com/fsnotify/fsnotify v1.9.0