From cd5ce680d59a3f42a7fd8e103b23b4885c65b32d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:38:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20=F0=9F=90=B9=20Go?= =?UTF-8?q?=20Module=20go=20to=20v1.22.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 08484b0..9e0157a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module occult.work/apt/transport go 1.21 -toolchain go1.22.3 +toolchain go1.22.4 require ( github.com/MakeNowJust/heredoc/v2 v2.0.1