From ebb33d1309f801fe7622df88244eb9e2a9786eb1 Mon Sep 17 00:00:00 2001 From: Jille Timmermans Date: Sat, 3 Feb 2024 14:08:58 +0100 Subject: [PATCH] Lower go.mod version to Go 1.17 This library can actually run with a really old Go version, but 1.17 seemed old enough to include most installations. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 177d8c0..cec384c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/alecthomas/mph -go 1.21.6 +go 1.17 require ( github.com/alecthomas/unsafeslice v0.2.0