From 6348e3a1597e7109067fec27cdc329ab6b5637f6 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Thu, 12 Feb 2026 14:42:02 +0100 Subject: [PATCH] Bump CircleCI orb Update CircleCI orb to latest. Signed-off-by: SuperQ --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f192163..a6ecf536 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,12 +1,13 @@ --- version: 2.1 orbs: - prometheus: "prometheus/prometheus@0.17.1" + prometheus: "prometheus/prometheus@0.18.0" executors: # Whenever the Go version is updated here, .promu.yml should also be updated. golang: docker: - image: cimg/go:1.25 + jobs: test: executor: golang @@ -15,6 +16,7 @@ jobs: - run: make - prometheus/store_artifact: file: prom2json + workflows: version: 2 prom2json: