From 01b5912b0a6d9a7b0ea350ba981732ae3b2b9c1c Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Tue, 23 Feb 2021 18:05:23 +0100 Subject: [PATCH] update go version in the go.mod file --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 70a48c9..dee1799 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tribalwarshelp/map-generator -go 1.15 +go 1.16 require ( github.com/disintegration/imaging v1.6.2