From 272f1d9344b14fc37892efe086e9c24c00b05522 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 26 Oct 2022 17:20:37 +0000 Subject: [PATCH] Update module go to 1.19 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a56453f..0d3ec76 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.front.kjuulh.io/kjuulh/acc-server -go 1.18 +go 1.19 require ( github.com/99designs/gqlgen v0.17.20