diff --git a/.promu.yml b/.promu.yml index fcd25ed..ffbf535 100644 --- a/.promu.yml +++ b/.promu.yml @@ -1,4 +1,3 @@ -go: 1.6.2 repository: path: github.com/prometheus/statsd_exporter build: diff --git a/circle.yml b/circle.yml index a02612d..95f44a4 100644 --- a/circle.yml +++ b/circle.yml @@ -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'