mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
8380ddd313 | ||
|
43d0bfcfbb | ||
|
db3e175616 |
3 changed files with 8 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue