.circleci/config.yml: bump to latest Prometheus orb

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2023-03-13 17:42:18 +01:00
parent 0d7e127bc7
commit 87f69c4d58
1 changed files with 1 additions and 3 deletions

View File

@ -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}(-.+|[^-.]*)$/