From f62e0bc912ef16647a65844334035674011742eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:10:39 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.27.0 --- app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/go.mod b/app/go.mod index b8bdd55..36f9be0 100644 --- a/app/go.mod +++ b/app/go.mod @@ -1,5 +1,5 @@ module github.com/CSSSR/my-app -go 1.26.6 +go 1.27.0 require github.com/logrusorgru/aurora/v4 v4.0.0