mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
758a68a52f
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
14 lines
324 B
YAML
14 lines
324 B
YAML
language: go
|
|
|
|
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
|
|
# should also be updated.
|
|
go:
|
|
- 1.11.x
|
|
|
|
go_import_path: github.com/prometheus/prometheus
|
|
|
|
script:
|
|
- GO111MODULE=on travis_retry go mod download
|
|
- make check_license style unused test staticcheck check_assets
|
|
- git diff --exit-code
|