aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml2
-rw-r--r--.promu.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 455c6f0..dea2b59 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.12 12 - image: circleci/golang:1.13
13 13
14jobs: 14jobs:
15 test: 15 test:
diff --git a/.promu.yml b/.promu.yml
index 29ed6c0..bea78d6 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, .travis.yml and
3 # .circle/config.yml should also be updated. 3 # .circle/config.yml should also be updated.
4 version: 1.12 4 version: 1.13
5repository: 5repository:
6 path: github.com/prometheus/node_exporter 6 path: github.com/prometheus/node_exporter
7build: 7build: