mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
c706b416bd
Signed-off-by: Simon Pasquier <spasquie@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.3
|
|
- 1.7.3
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|