mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-04-20 17:36:45 +00:00
11 lines
96 B
YAML
11 lines
96 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.13.x
|
|
- 1.14.x
|
|
- 1.15.x
|
|
- master
|
|
|
|
script:
|
|
- go test -race -cover
|