*: Update go.mod version to 1.11

We've dropped support for 1.11 in our CI runs, we should also update the
minimum require Go version in the mod file as well.

Resolves #1813
This commit is contained in:
Derek Parker 2020-01-13 11:21:41 -08:00 committed by Alessandro Arzilli
parent db88d2e91d
commit 2d7b926c60

2
go.mod

@ -1,6 +1,6 @@
module github.com/go-delve/delve
go 1.10
go 1.11
require (
github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5