mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 06:29:29 +01:00
13 lines
113 B
YAML
13 lines
113 B
YAML
language: go
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|
|
|
|
go:
|
|
- 1.12
|
|
- 1.13
|
|
- 1.14
|
|
- 1.15
|
|
- tip
|