*: bump Go version to 1.12 (#1329)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2019-04-26 11:20:37 +02:00 committed by Ben Kochie
parent b5cab091dc
commit c3ce1ea6d8
2 changed files with 5 additions and 1 deletions

View File

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

View File

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