Skip to content

Commit

Permalink
Merge pull request #129 from prometheus/beorn7/go-version
Browse files Browse the repository at this point in the history
Move CI pipelines to Go 1.8
  • Loading branch information
beorn7 authored Aug 16, 2017
2 parents 4fa7a09 + 5e23d1c commit 589b3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ sudo: false
language: go

go:
- 1.5.4
- 1.6.2
- 1.8.x

script:
- make
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/pushgateway
QUAY_IMAGE_NAME: quay.io/prometheus/pushgateway
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.6-base
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.8-base
REPO_PATH: github.com/prometheus/pushgateway
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 589b3e5

Please sign in to comment.