forked from mirror/cobra
Deprecate Go < 1.14 (#1323)
In accordance with our adopted best practices, the main branch and the next major release of Cobra will deprecate older and un-maintained versions of Golang. fix #1322
This commit is contained in:
parent
1135bdeceb
commit
1d71ff0270
|
@ -6,8 +6,8 @@ stages:
|
|||
- build
|
||||
|
||||
go:
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
- tip
|
||||
|
||||
before_install:
|
||||
|
@ -19,10 +19,10 @@ matrix:
|
|||
- go: tip
|
||||
include:
|
||||
- stage: diff
|
||||
go: 1.13.x
|
||||
go: 1.14.x
|
||||
script: make fmt
|
||||
- stage: build
|
||||
go: 1.13.x
|
||||
go: 1.14.x
|
||||
script: make cobra_generator
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue