From 55e19bf383602ebf339f9426b331904a37d624c0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 May 2024 17:55:13 +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..bceca1b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mszostok/codeowners-validator -go 1.17 +go 1.22.3 require ( github.com/fatih/color v1.12.0