mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-16 08:27:01 +00:00
9 lines
202 B
YAML
9 lines
202 B
YAML
language: go
|
|
go:
|
|
- "1.11"
|
|
- "1.12"
|
|
- "1.13"
|
|
before_install:
|
|
- go get github.com/xeipuuv/gojsonreference
|
|
- go get github.com/xeipuuv/gojsonpointer
|
|
- go get github.com/stretchr/testify/assert
|