*: 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:
parent
db88d2e91d
commit
2d7b926c60
2
go.mod
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
|
||||
|
Loading…
Reference in New Issue
Block a user