From d1879642476ea84b5ec39a564c313683618fdd19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:49:43 +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 0d7e5c5..65ae48f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cbrgm/multiple-codeowners-action -go 1.22.2 +go 1.26.5 require ( github.com/alexflint/go-arg v1.6.1