aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: