From 90c97b9efff8cab6e8d91a11cef95ad9e57657b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 03:01:32 +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 a31ca9d..234cedf 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/strongo/logusgcloud go 1.22.7 -toolchain go1.25.1 +toolchain go1.25.2 require ( cloud.google.com/go/logging v1.13.0