Skip to content

Commit

Permalink
Merge pull request prometheus#2550 from prometheus/update-go-version
Browse files Browse the repository at this point in the history
ci: Update Go version to 1.8
  • Loading branch information
juliusv authored Mar 31, 2017
2 parents 8cd5aff + a44aadf commit 336c787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: go

go:
- 1.7.4
- 1.8

go_import_path: github.com/prometheus/prometheus

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 336c787

Please sign in to comment.