.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:
parent
fdb6916baf
commit
6fae98faa8
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue