mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-02-14 02:32:52 +08:00
![Kubernetes Publisher](/assets/img/avatar_default.png)
Update reflect2 to 1.0.1 (memory utilization fix) Kubernetes-commit: a94ea824eb59e92188f166c302d7995ba9002667
16 lines
216 B
YAML
16 lines
216 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.x
|
|
- 1.x
|
|
|
|
before_install:
|
|
- go get -t -v ./...
|
|
- go get -t -v github.com/modern-go/reflect2-tests/...
|
|
|
|
script:
|
|
- ./test.sh
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|