*: bump Go version to 1.13

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2019-09-12 17:36:06 +02:00
parent f3538e1fc6
commit e6f7dfaa50
2 changed files with 2 additions and 2 deletions

View File

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

View File

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