From 64c4c08d6c86c0b8349ab60e92b58f55b633bd71 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Aug 2025 14:48:54 +0000 Subject: [PATCH] Updating to latest version of supported Go --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 27d3afc..cf51b53 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mszostok/codeowners-validator -go 1.17 +go 1.24.6 require ( github.com/fatih/color v1.12.0