From 3f0e36881c15280b273e1036b5f253b1d8af8a63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:46:13 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.26.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 179ce3c..c8bca0b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cbrgm/githubevents/v2 -go 1.25.0 +go 1.26.5 require golang.org/x/sync v0.22.0