add go 1.12.x to the travis, circleci, and promu YAMLs (#5305)

Signed-off-by: tariqibrahim <tariq181290@gmail.com>
This commit is contained in:
Tariq Ibrahim 2019-03-14 09:40:57 -07:00 committed by Brian Brazil
parent 5354ffff99
commit 985eaa8194
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ executors:
# should also be updated. # should also be updated.
golang: golang:
docker: docker:
- image: circleci/golang:1.11 - image: circleci/golang:1.12
jobs: jobs:
test: test:

View file

@ -1,7 +1,7 @@
go: go:
# Whenever the Go version is updated here, .travis.yml and # Whenever the Go version is updated here, .travis.yml and
# .circle/config.yml should also be updated. # .circle/config.yml should also be updated.
version: 1.11 version: 1.12
repository: repository:
path: github.com/prometheus/prometheus path: github.com/prometheus/prometheus
build: build:

View file

@ -3,7 +3,7 @@ language: go
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml # Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
# should also be updated. # should also be updated.
go: go:
- 1.11.x - 1.12.x
go_import_path: github.com/prometheus/prometheus go_import_path: github.com/prometheus/prometheus