From 871b3ce071aefc44d15071efa9ae35358e3dbe65 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 12 Aug 2024 12:17:53 +0200 Subject: [PATCH] chore(deps): update go toolchain to 1.22.5 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 109dc3d96..4cb3513a8 100644 --- a/go.mod +++ b/go.mod @@ -177,6 +177,6 @@ require ( replace github.com/samedi/caldav-go => github.com/kolaente/caldav-go v3.0.1-0.20190610114120-2a4eb8b5dcc9+incompatible // Branch: feature/dynamic-supported-components, PR: https://github.com/samedi/caldav-go/pull/6 and https://github.com/samedi/caldav-go/pull/7 -go 1.21 +go 1.22 -toolchain go1.22.4 +toolchain go1.22.5