Merge pull request #51 from prometheus/sdurrheimer-use-promu-default-go-version

Use promu default go version + use 1.6 tag for cicleci tests
This commit is contained in:
Tobias Schmidt 2016-08-31 12:02:09 +02:00 committed by GitHub
commit 022c10fe0c
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
go: 1.6.2
repository:
path: github.com/prometheus/statsd_exporter
build:

View file

@ -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'