Update go to 1.14 (#1692)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-04-28 11:18:18 +02:00 committed by GitHub
parent 70a77aefc0
commit 01054558c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ executors:
# also be updated.
golang:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14
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.13
# Whenever the Go version is updated here, .circle/config.yml should
# also be updated.
version: 1.14
repository:
path: github.com/prometheus/node_exporter
build: