aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 782593f..19c0f1b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,11 +2,11 @@
2version: 2.1 2version: 2.1
3 3
4orbs: 4orbs:
5 prometheus: prometheus/prometheus@0.1.0 5 prometheus: prometheus/prometheus@0.4.0
6 6
7executors: 7executors:
8 # Whenever the Go version is updated here, .promu.yml should 8 # Whenever the Go version is updated here, .promu.yml and .promu-cgo.yml
9 # also be updated. 9 # should also be updated.
10 golang: 10 golang:
11 docker: 11 docker:
12 - image: circleci/golang:1.14 12 - image: circleci/golang:1.14
@@ -35,7 +35,7 @@ jobs:
35 image: ubuntu-1604:201903-01 35 image: ubuntu-1604:201903-01
36 36
37 environment: 37 environment:
38 DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.13-base 38 DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.14-base
39 REPO_PATH: github.com/prometheus/node_exporter 39 REPO_PATH: github.com/prometheus/node_exporter
40 40
41 steps: 41 steps: