mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 00:24:04 -08:00
7fc501d983
Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>
12 lines
133 B
YAML
12 lines
133 B
YAML
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.4
|
|
- 1.6.2
|
|
- 1.7.1
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|