From e5568fa543513bd17d5a7d920163f4592517a191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 23:50:58 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.0 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 b275431..e96f6d6 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module itiquette/git-provider-sync -go 1.23.6 +go 1.24.0 require ( code.gitea.io/sdk/gitea v0.20.0