From 0d2c4019d419d6287fd1f1351b1562550afaace5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 25 Aug 2024 18:15:22 +0200 Subject: [PATCH] update go.mod to 1.22 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9d81d53..b9b35ac 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Crocmagnon/fatcontext -go 1.21 +go 1.22.6 require golang.org/x/tools v0.23.0