mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-07 16:19:42 +00:00
10 lines
77 B
YAML
10 lines
77 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.8"
|
|
- "1.9"
|
|
- "1.10"
|
|
|
|
script:
|
|
- make presubmit
|