mirror of
https://github.com/Luzifer/gcr-clean.git
synced 2025-01-11 12:51:49 +00:00
13 lines
151 B
YAML
13 lines
151 B
YAML
|
sudo: false
|
||
|
|
||
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.9.x
|
||
|
- 1.10.x
|
||
|
|
||
|
go_import_path: github.com/prometheus/procfs
|
||
|
|
||
|
script:
|
||
|
- make style check_license vet test staticcheck
|