From cdba05b4ead6218e29680c455c543a5e7a71332c Mon Sep 17 00:00:00 2001 From: renovate <renovate-bot@autistici.org> Date: Wed, 1 Feb 2023 19:28:05 +0000 Subject: [PATCH] Update module go to 1.20 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 96af759..27e086c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.autistici.org/ai3/tools/replds2 -go 1.15 +go 1.20 require ( github.com/DataDog/zstd v1.5.3-0.20220606203749-fd035e54e312 -- GitLab