aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorSimon Pasquier <spasquie@redhat.com>2019-09-12 17:36:06 +0200
committerSimon Pasquier <spasquie@redhat.com>2019-09-16 10:57:12 +0200
commite6f7dfaa503cb4297f1b3b0fdcafcc5324cae74f (patch)
tree088b42f16ef76068a97df51ef81a23bee0e11fcf /.circleci
parentf3538e1fc6468ecaeb616fb74597330fb6190159 (diff)
downloadprometheus_node_collector-e6f7dfaa503cb4297f1b3b0fdcafcc5324cae74f.tar.bz2
prometheus_node_collector-e6f7dfaa503cb4297f1b3b0fdcafcc5324cae74f.tar.xz
prometheus_node_collector-e6f7dfaa503cb4297f1b3b0fdcafcc5324cae74f.zip
*: bump Go version to 1.13
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 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: