From d312b58fdff9b9227a3730c378dc7d04a50b7e57 Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Sat, 14 Jan 2023 00:12:30 -0800 Subject: [PATCH] updated go.mod for compatability with generics, as used by the cache --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 72c7142..484c87e 100755 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/jchenry/x -go 1.18 +go 1.19