Merge pull request #843 from lafriks/patch-1

Support GoLang 1.10 to 1.12
main
Ajitem Sahasrabuddhe 5 years ago committed by GitHub
commit 97179ca390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save