mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 06:29:29 +01:00
12 lines
83 B
YAML
12 lines
83 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
- tip
|
|
|
|
install:
|
|
- go build .
|
|
|
|
script:
|
|
- go test -v
|