diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f192163..a6ecf536 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,12 +1,13 @@ --- version: 2.1 orbs: - prometheus: "prometheus/prometheus@0.17.1" + prometheus: "prometheus/prometheus@0.18.0" executors: # Whenever the Go version is updated here, .promu.yml should also be updated. golang: docker: - image: cimg/go:1.25 + jobs: test: executor: golang @@ -15,6 +16,7 @@ jobs: - run: make - prometheus/store_artifact: file: prom2json + workflows: version: 2 prom2json: