From 80550cda3c50a8e92757b54e684fe493c3a905df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:14:47 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 234cedf..b916f7a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/strongo/logusgcloud go 1.22.7 -toolchain go1.25.2 +toolchain go1.25.3 require ( cloud.google.com/go/logging v1.13.0