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
|
- build
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.12.x
|
- 1.14.x
|
||||||
- 1.13.x
|
- 1.15.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
@ -19,10 +19,10 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
include:
|
include:
|
||||||
- stage: diff
|
- stage: diff
|
||||||
go: 1.13.x
|
go: 1.14.x
|
||||||
script: make fmt
|
script: make fmt
|
||||||
- stage: build
|
- stage: build
|
||||||
go: 1.13.x
|
go: 1.14.x
|
||||||
script: make cobra_generator
|
script: make cobra_generator
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue