From 63df67c13f2021041663faa9c4dab8e74aa4c9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Jerman?= Date: Fri, 8 Apr 2022 16:30:36 +0200 Subject: [PATCH] Update to go 1.18 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 78fad143b..2f23013b4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cortezaproject/corteza-server -go 1.17 +go 1.18 // This is useful when testing changes on corteza-locale // and you do not want to push on every change in the locale repo