ci: Update Go version to 1.8

This commit is contained in:
Julius Volz 2017-03-31 00:20:39 +02:00
parent 8cd5aff8fe
commit a44aadf4a1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ sudo: false
language: go
go:
- 1.7.4
- 1.8
go_import_path: github.com/prometheus/prometheus

View File

@ -2,7 +2,7 @@ machine:
environment:
DOCKER_IMAGE_NAME: prom/prometheus
QUAY_IMAGE_NAME: quay.io/prometheus/prometheus
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.7-base
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.8-base
REPO_PATH: github.com/prometheus/prometheus
pre:
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'