From e0705e90f68dc32cd9ba263e01fbbf3c089b93b8 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Tue, 13 Aug 2024 16:46:19 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f68a93..bfc878a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cresta/magehelper go 1.21 -toolchain go1.22.1 +toolchain go1.23.0 require ( github.com/go-git/go-git/v5 v5.12.0