go.mod: Upgrade minimal Go version to v1.15

This commit is contained in:
Andrey Nering
2021-07-31 20:29:19 -03:00
parent d28649b13d
commit 046a97d1e5

2
go.mod
View File

@@ -14,4 +14,4 @@ require (
mvdan.cc/sh/v3 v3.3.0
)
go 1.13
go 1.15