From 68a80d36983c265fba45a83b463b6603889abd72 Mon Sep 17 00:00:00 2001 From: Andrei Marcu Date: Wed, 11 Mar 2020 02:00:37 -0700 Subject: [PATCH] Go mod: update to 1.14 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0c3a2b7..50a48ab 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/andreimarcu/linx-server -go 1.13 +go 1.14 require ( github.com/GeertJohan/go.rice v1.0.0