json_exporter/.promu.yml
SuperQ 360d95c41d
Update exporter-toolkit
Update to the latest exporter-toolkit.
* Update Go to 1.19.
* Fixes CVE in exporter-toolkit.

NOTE: The config file flag has changed to `--web.config.file`.

Signed-off-by: SuperQ <superq@gmail.com>
2022-12-29 06:15:55 +01:00

19 lines
647 B
YAML

go:
# This must match .circle/config.yml.
version: 1.19
repository:
path: github.com/prometheus-community/json_exporter
build:
binaries:
- name: json_exporter
flags: -a -tags 'netgo static_build'
ldflags: |
-X github.com/prometheus/common/version.Version={{.Version}}
-X github.com/prometheus/common/version.Revision={{.Revision}}
-X github.com/prometheus/common/version.Branch={{.Branch}}
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
tarball:
files:
- LICENSE