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. # also be updated.
golang: golang:
docker: docker:
- image: circleci/golang:1.13 - image: circleci/golang:1.14
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, .circle/config.yml should
# .circle/config.yml should also be updated. # also be updated.
version: 1.13 version: 1.14
repository: repository:
path: github.com/prometheus/node_exporter path: github.com/prometheus/node_exporter
build: build: