Merge pull request #3291 from simonpasquier/bump-prometheus-orbs

.circleci/config.yml: bump to latest Prometheus orb
This commit is contained in:
Simon Pasquier 2023-09-05 15:30:31 +02:00 committed by GitHub
commit 474c1c2f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}(-.+|[^-.]*)$/