From 87f69c4d58b13a116c02a8961c05866feba73397 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 13 Mar 2023 17:42:18 +0100 Subject: [PATCH] .circleci/config.yml: bump to latest Prometheus orb Signed-off-by: Simon Pasquier --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eda87cca..285d5822 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ --- version: 2.1 orbs: - prometheus: prometheus/prometheus@0.16.0 + prometheus: prometheus/prometheus@0.17.1 go: circleci/go@1.7.3 jobs: test_frontend: @@ -151,7 +151,6 @@ workflows: - test_frontend - test - build_all - docker_version: "20.10.18" filters: branches: only: main @@ -161,7 +160,6 @@ workflows: - test_frontend - test - build_all - docker_version: "20.10.18" filters: tags: only: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/