json_exporter/.promu.yml
SuperQ a330d80e8f
Update build
* Update to Go 1.22.
* Update golangci-lint settings.
* Sync files from prometheus/prometheus.

Signed-off-by: SuperQ <superq@gmail.com>
2024-07-01 09:07:11 +02:00

18 lines
606 B
YAML

go:
# This must match .circle/config.yml.
version: 1.22
repository:
path: github.com/prometheus-community/json_exporter
build:
binaries:
- name: json_exporter
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