提交 223eb4cb 编写于 作者: A Alessandro Arzilli 提交者: Derek Parker

travis: bump continuous integration to 1.13 (#1693)

Bump continuous integration to include Go 1.13, drop 1.10 from
compatiblity file.
上级 58a7c84e
......@@ -7,9 +7,9 @@ os:
go:
- tip
- 1.13.x
- 1.12.x
- 1.11.x
- 1.10.x
matrix:
allow_failures:
......
......@@ -5,7 +5,7 @@ import (
)
var (
minSupportedVersionOfGoMinor = 10
minSupportedVersionOfGoMinor = 11
maxSupportedVersionOfGoMinor = 13
goTooOldErr = fmt.Errorf("Version of Go is too old for this version of Delve (minimum supported version 1.%d, suppress this error with --check-go-version=false)", minSupportedVersionOfGoMinor)
dlvTooOldErr = fmt.Errorf("Version of Delve is too old for this version of Go (maximum supported version 1.%d, suppress this error with --check-go-version=false)", maxSupportedVersionOfGoMinor)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册