*: bump Go version to 1.12 (#1329)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
pull/1332/head
Simon Pasquier 6 years ago committed by Ben Kochie
parent b5cab091dc
commit c3ce1ea6d8

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

@ -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: repository:
path: github.com/prometheus/node_exporter path: github.com/prometheus/node_exporter
build: build:

Loading…
Cancel
Save