forked from mirrors/statsd_exporter
Use promu default go version + use 1.6 tag for cicleci tests
This commit is contained in:
parent
35828e29e9
commit
8bf751d4e3
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
go: 1.6.2
|
||||
repository:
|
||||
path: github.com/prometheus/statsd_exporter
|
||||
build:
|
||||
|
|
|
@ -2,7 +2,7 @@ machine:
|
|||
environment:
|
||||
DOCKER_IMAGE_NAME: prom/statsd-exporter
|
||||
QUAY_IMAGE_NAME: quay.io/prometheus/statsd-exporter
|
||||
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.6.2-main
|
||||
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.6-main
|
||||
REPO_PATH: github.com/prometheus/statsd_exporter
|
||||
pre:
|
||||
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'
|
||||
|
|
Loading…
Reference in a new issue