Use promu default go version + use 1.6 tag for cicleci tests

This commit is contained in:
Steve Durrheimer 2016-08-31 08:05:49 +02:00
parent 35828e29e9
commit 8bf751d4e3
No known key found for this signature in database
GPG key ID: 8F443EBA70F74839
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'