From a7b000cc62930651a78bb7fd46b4f1f278bbd573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 18:39:56 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.2 --- app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/go.mod b/app/go.mod index 5769d29..f29f611 100644 --- a/app/go.mod +++ b/app/go.mod @@ -1,5 +1,5 @@ module github.com/CSSSR/my-app -go 1.24.1 +go 1.24.2 require github.com/logrusorgru/aurora/v4 v4.0.0