mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-06 23:10:09 +00:00
8 lines
66 B
YAML
8 lines
66 B
YAML
language: go
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
script:
|
|
- go test
|
|
- go build
|