mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-08-23 22:46:35 +00:00
11 lines
115 B
YAML
Vendored
11 lines
115 B
YAML
Vendored
language: go
|
|
go:
|
|
- 1.x
|
|
- tip
|
|
env:
|
|
- GO111MODULE=on
|
|
install:
|
|
- go mod download
|
|
script:
|
|
- go test -race -v
|