aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pivotto <roidelapluie@inuits.eu>2020-04-28 11:18:18 +0200
committerGitHub <noreply@github.com>2020-04-28 11:18:18 +0200
commit01054558c2896a7dda3b5debdb725998555d88db (patch)
tree6fddf42f2899caaa07db26d9ee479b9efbcde6dc
parent70a77aefc0520611784e0d77b526125f83670adc (diff)
downloadprometheus_node_collector-01054558c2896a7dda3b5debdb725998555d88db.tar.bz2
prometheus_node_collector-01054558c2896a7dda3b5debdb725998555d88db.tar.xz
prometheus_node_collector-01054558c2896a7dda3b5debdb725998555d88db.zip
Update go to 1.14 (#1692)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
-rw-r--r--.circleci/config.yml2
-rw-r--r--.promu.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a59103a..782593f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,7 +9,7 @@ executors:
9 # also be updated. 9 # also be updated.
10 golang: 10 golang:
11 docker: 11 docker:
12 - image: circleci/golang:1.13 12 - image: circleci/golang:1.14
13 13
14jobs: 14jobs:
15 test: 15 test:
diff --git a/.promu.yml b/.promu.yml
index bea78d6..df0256e 100644
--- a/.promu.yml
+++ b/.promu.yml
@@ -1,7 +1,7 @@
1go: 1go:
2 # Whenever the Go version is updated here, .travis.yml and 2 # Whenever the Go version is updated here, .circle/config.yml should
3 # .circle/config.yml should also be updated. 3 # also be updated.
4 version: 1.13 4 version: 1.14
5repository: 5repository:
6 path: github.com/prometheus/node_exporter 6 path: github.com/prometheus/node_exporter
7build: 7build: