Skip to content

Commit

Permalink
Revert "Deprecate Go < 1.14 (#1323)" to maintain v1.1 branch compatib…
Browse files Browse the repository at this point in the history
…ility

Resolves "v1.1.2 is not semver compliant" due to deprecation of Go version

See #1232 (comment)

This reverts commit 1d71ff0.
  • Loading branch information
anthonyfok committed Feb 10, 2021
1 parent 7f95502 commit db3e175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,8 +5,8 @@ stages:
- build

go:
- 1.14.x
- 1.15.x
- 1.12.x
- 1.13.x
- tip

env: GO111MODULE=on
Expand All @@ -21,7 +21,7 @@ matrix:
- go: tip
include:
- stage: build
go: 1.14.x
go: 1.13.x
script: make cobra_generator

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

go 1.14
go 1.12

require (
github.com/cpuguy83/go-md2man/v2 v2.0.0
Expand Down

0 comments on commit db3e175

Please sign in to comment.