From 01054558c2896a7dda3b5debdb725998555d88db Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 28 Apr 2020 11:18:18 +0200 Subject: [PATCH] Update go to 1.14 (#1692) Signed-off-by: Julien Pivotto --- .circleci/config.yml | 2 +- .promu.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a59103ac..782593fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ executors: # also be updated. golang: docker: - - image: circleci/golang:1.13 + - image: circleci/golang:1.14 jobs: test: diff --git a/.promu.yml b/.promu.yml index bea78d6f..df0256e0 100644 --- a/.promu.yml +++ b/.promu.yml @@ -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: