Merge pull request #843 from lafriks/patch-1

Support GoLang 1.10 to 1.12
This commit is contained in:
Ajitem Sahasrabuddhe 2019-08-07 13:58:51 +05:30 committed by GitHub
commit 97179ca390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ sudo: false
dist: trusty
osx_image: xcode8.3
go:
- 1.10.x
- 1.11.x
- 1.12.x

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/urfave/cli
go 1.12
go 1.10
require (
github.com/BurntSushi/toml v0.3.1