mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-01-24 03:32:51 +08:00
6 lines
45 B
YAML
6 lines
45 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.x
|
||
|
|
||
|
script: go test -v
|