From ad48cc5ae7c261d8edd91bce917dc14194472d19 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Feb 2025 15:49:31 +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..d206d48 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mszostok/codeowners-validator -go 1.17 +go 1.24.0 require ( github.com/fatih/color v1.12.0