Skip to content

Commit

Permalink
Merge pull request #843 from lafriks/patch-1
Browse files Browse the repository at this point in the history
Support GoLang 1.10 to 1.12
  • Loading branch information
asahasrabuddhe committed Aug 7, 2019
2 parents b6f7dd9 + 3a41d6d commit 97179ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ sudo: false
dist: trusty
osx_image: xcode8.3
go:
- 1.10.x
- 1.11.x
- 1.12.x

Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/urfave/cli

go 1.12
go 1.10

require (
github.com/BurntSushi/toml v0.3.1
Expand Down

0 comments on commit 97179ca

Please sign in to comment.