From b0ba957f5e70087d62cf13d30cc2b58af7db5f05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 21:26:10 +0000 Subject: [PATCH] Update go toolchain directive to v1.26.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f9932cd..51fa10b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module uniCal go 1.25.0 -toolchain go1.26.3 +toolchain go1.26.6 require ( github.com/arran4/golang-ical v0.3.5