update go version in the go.mod file

This commit is contained in:
Dawid Wysokiński 2021-02-23 18:05:23 +01:00
parent fa048a59f5
commit 01b5912b0a
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/tribalwarshelp/map-generator
go 1.15
go 1.16
require (
github.com/disintegration/imaging v1.6.2