From e6da9c6cd9d57998d591121600d15abd207e713a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Apr 2024 04:04:38 +0000 Subject: [PATCH] Update dependency go to v1.22.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ef91daad04..0c6e42ba56 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.gitea.io/gitea -go 1.22.1 +go 1.22.2 require ( code.gitea.io/actions-proto-go v0.4.0