mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
Revert "Deprecate Go < 1.14 (#1323)" to maintain v1.1 branch compatibility
Resolves "v1.1.2 is not semver compliant" due to deprecation of Go version
See https://github.com/spf13/cobra/issues/1232#issuecomment-776511216
This reverts commit 1d71ff0270
.
This commit is contained in:
parent
7f95502478
commit
db3e175616
2 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.14.x
|
- 1.12.x
|
||||||
- 1.15.x
|
- 1.13.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
env: GO111MODULE=on
|
env: GO111MODULE=on
|
||||||
|
@ -21,7 +21,7 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
include:
|
include:
|
||||||
- stage: build
|
- stage: build
|
||||||
go: 1.14.x
|
go: 1.13.x
|
||||||
script: make cobra_generator
|
script: make cobra_generator
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/spf13/cobra
|
module github.com/spf13/cobra
|
||||||
|
|
||||||
go 1.14
|
go 1.12
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cpuguy83/go-md2man/v2 v2.0.0
|
github.com/cpuguy83/go-md2man/v2 v2.0.0
|
||||||
|
|
Loading…
Reference in a new issue