From 3c0e1dfbb130c4d49eebc0b6ff14a33039eee25a Mon Sep 17 00:00:00 2001 From: hnouts <hnouts@grandlyon.com> Date: Mon, 20 Feb 2023 11:01:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20go=20from=201.13?= =?UTF-8?q?=20to=201.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f3b1850..30411aa 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module forge.grandlyon.com/pocs/cozy/cozy-oauth-proxy -go 1.13 +go 1.20 require github.com/sirupsen/logrus v1.6.0 -- GitLab