mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-13 10:51:06 +00:00
7631485b0b
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
13 lines
238 B
YAML
13 lines
238 B
YAML
sudo: false
|
|
|
|
language: go
|
|
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
|
|
# should also be updated.
|
|
go:
|
|
- 1.12.x
|
|
|
|
go_import_path: github.com/prometheus/statsd_exporter
|
|
|
|
script:
|
|
- make
|
|
- git diff --exit-code
|