Compare commits

...

3 commits
main ... v1.1.3

Author SHA1 Message Date
Anthony Fok
8380ddd313
Fix typo 2021-02-10 12:41:09 -07:00
Anthony Fok
43d0bfcfbb
Update CHANGELOG.md for v1.1.3 2021-02-10 12:36:24 -07:00
Anthony Fok
db3e175616
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.
2021-02-10 12:22:10 -07:00
3 changed files with 8 additions and 4 deletions

View file

@ -5,8 +5,8 @@ stages:
- build
go:
- 1.14.x
- 1.15.x
- 1.12.x
- 1.13.x
- tip
env: GO111MODULE=on
@ -21,7 +21,7 @@ matrix:
- go: tip
include:
- stage: build
go: 1.14.x
go: 1.13.x
script: make cobra_generator
script:

View file

@ -1,5 +1,9 @@
# Cobra Changelog
## v1.1.3
* **Fix:** release-branch.cobra1.1 only: Revert "Deprecate Go < 1.14" to maintain backward compatibility
## v1.1.2
### Notable Changes

2
go.mod
View file

@ -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