mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-03-16 09:31:03 +08:00

Updating ghodss/yaml and gopkg.in/yaml.v2 to latest version 2 Kubernetes-commit: 3348f9ae23d6502218c6600bcee8d05e00ce5ee3
9 lines
81 B
YAML
9 lines
81 B
YAML
language: go
|
|
go:
|
|
- "1.3"
|
|
- "1.4"
|
|
- "1.10"
|
|
script:
|
|
- go test
|
|
- go build
|