aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml2
-rw-r--r--.promu.yml4
2 files changed, 5 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9b81ce0..7fb9bf3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,7 +6,7 @@ executors:
6 # also be updated. 6 # also be updated.
7 golang: 7 golang:
8 docker: 8 docker:
9 - image: circleci/golang:1.11 9 - image: circleci/golang:1.12
10 10
11jobs: 11jobs:
12 test: 12 test:
diff --git a/.promu.yml b/.promu.yml
index b1f4c8d..29ed6c0 100644
--- a/.promu.yml
+++ b/.promu.yml
@@ -1,3 +1,7 @@
1go:
2 # Whenever the Go version is updated here, .travis.yml and
3 # .circle/config.yml should also be updated.
4 version: 1.12
1repository: 5repository:
2 path: github.com/prometheus/node_exporter 6 path: github.com/prometheus/node_exporter
3build: 7build: