mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
9ded3aea66
Travis and CircleCI should use the same Go version(s). Signed-off-by: Simon Pasquier <spasquie@redhat.com>
14 lines
240 B
YAML
14 lines
240 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
# Whenever the Go version is updated here, .circleci/config.yml should also be
|
|
# updated.
|
|
go:
|
|
- 1.10.x
|
|
|
|
go_import_path: github.com/prometheus/prometheus
|
|
|
|
script:
|
|
- make check_license style unused test staticcheck
|