From 1aff08dce77f2cf89b492876658fb51c9f8af453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:53:29 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.5 --- app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/go.mod b/app/go.mod index da56295..82d51fb 100644 --- a/app/go.mod +++ b/app/go.mod @@ -1,5 +1,5 @@ module github.com/CSSSR/my-app -go 1.22 +go 1.22.5 require github.com/logrusorgru/aurora v2.0.3+incompatible