mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
f06ae19d96
This reverts commit 1e1d5137bf
.
There is no 1.5.2 ... No idea where I got that impression!?
9 lines
97 B
YAML
9 lines
97 B
YAML
language: go
|
|
go:
|
|
- 1.3.3
|
|
- 1.4.2
|
|
- 1.5.1
|
|
- tip
|
|
script:
|
|
- go test -v ./...
|
|
- go build
|