From 3b76f2ceabc5534a3d3277583b492ab14abe29af Mon Sep 17 00:00:00 2001 From: "scality-renovate[bot]" <234218835+scality-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 04:32:19 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.27.1 --- agent/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/go.mod b/agent/go.mod index ffc70c6..deddcfa 100644 --- a/agent/go.mod +++ b/agent/go.mod @@ -1,6 +1,6 @@ module github.com/scality/image-cache/agent -go 1.26.0 +go 1.27.1 require ( github.com/fsnotify/fsnotify v1.10.1