From 57b957905e40d402ec090e3e5a7955775916be08 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Thu, 9 Mar 2023 12:30:13 +0100 Subject: [PATCH] Use go1.20 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9735e5e..f3d3a9d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/FAU-CDI/wisski-distillery -go 1.18 +go 1.20 require ( github.com/FAU-CDI/wdresolve v0.0.0-20230108072141-c9c6779d7c41