Update CircleCI orb to 0.5.0

in an attempt to fix the build failure: https://app.circleci.com/pipelines/github/prometheus/statsd_exporter/432/workflows/b27f7966-f1f7-4abf-8ad8-355325f1a02f/jobs/1322
This commit is contained in:
Matthias Rampke 2020-05-26 06:41:35 +00:00
parent 7b78f2c1cd
commit 588fde9fc1
No known key found for this signature in database
GPG key ID: F9AFF7F67ACE10BA

View file

@ -2,7 +2,7 @@
version: 2.1
orbs:
prometheus: prometheus/prometheus@0.1.0
prometheus: prometheus/prometheus@0.5.0
executors:
# Whenever the Go version is updated here, .promu.yml should also be updated.