From 52f2a76a6a55e165f27ed37909d983a9c29cd5a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 19:17:17 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.27.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7784cc0f..178db555 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module itiquette/git-provider-sync -go 1.24.2 +go 1.27.0 require ( code.gitea.io/sdk/gitea v0.21.0