From bcef8eba64b94fc35c417da6877952e0cfed819d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:24:05 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.0 --- app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/go.mod b/app/go.mod index 82d51fb..6c415e0 100644 --- a/app/go.mod +++ b/app/go.mod @@ -1,5 +1,5 @@ module github.com/CSSSR/my-app -go 1.22.5 +go 1.23.0 require github.com/logrusorgru/aurora v2.0.3+incompatible