.circleci/config.yml: bump prometheus/prometheus orb

This change ensures that we don't use the deprecated Ubuntu images which
are going to be unavailable starting May 31 2022 [1].

[1] https://circleci.com/blog/ubuntu-14-16-image-deprecation/

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2022-03-09 14:04:44 +01:00
parent fdb6916baf
commit 6fae98faa8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
version: 2.1 version: 2.1
orbs: orbs:
prometheus: prometheus/prometheus@0.15.0 prometheus: prometheus/prometheus@0.16.0
go: circleci/go@1.7.0 go: circleci/go@1.7.0
win: circleci/windows@2.3.0 win: circleci/windows@2.3.0