From 33bfc6dbc62c95a4d935a983862eaa90418ab44d Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 21 Feb 2023 14:50:08 +0100 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ff2d474..799ed31 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ClusterCockpit/cc-backend -go 1.17 +go 1.18 require ( github.com/99designs/gqlgen v0.17.16