From 2cc0f9607872b8bd4fc6be2656a7b7a769b538b2 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 7 Nov 2023 07:50:23 -0500 Subject: Reduce golang requirement to go1.18 go1.21, the previous requirement, was released a few months ago, so not all systems have adopted it. go1.18 is old enough that most systems should support it, but it introduces generics, which my testing code is highly dependent on, so I can't easily go any earlier. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 3e9c6d8..d3ad6f5 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module aphopkins/radix_info -go 1.21 +go 1.18 -- cgit v1.2.3