From 0bdeac21620bb0357f0fa37d242116554fe91992 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Wed, 8 Mar 2023 18:21:13 +0000 Subject: [PATCH] Update Prometheus common orb to fix issues with binfmt after the CircleCI infrastructure migration Signed-off-by: Matthias Rampke --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c70be7f..81bb55e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - prometheus: prometheus/prometheus@0.16.0 + prometheus: prometheus/prometheus@0.17.1 executors: # Whenever the Go version is updated here, .promu.yml should also be updated. golang: