From 27d3aaf7c66e4cc8adbc69698f3ca1d127a896d7 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Mon, 21 Oct 2024 08:50:24 -0700 Subject: [PATCH] lower minimum declared go version to match requirement --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 417b9db..d404e0f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/dmachard/go-clientsyslog -go 1.23 +go 1.16