From 588fde9fc1a5a8c46cc08194129e685a236acc28 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Tue, 26 May 2020 06:41:35 +0000 Subject: [PATCH] Update CircleCI orb to 0.5.0 in an attempt to fix the build failure: https://app.circleci.com/pipelines/github/prometheus/statsd_exporter/432/workflows/b27f7966-f1f7-4abf-8ad8-355325f1a02f/jobs/1322 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5454e3a..1540f31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: - prometheus: prometheus/prometheus@0.1.0 + prometheus: prometheus/prometheus@0.5.0 executors: # Whenever the Go version is updated here, .promu.yml should also be updated.