1
0
mirror of https://github.com/prometheus-community/bind_exporter.git synced 2025-04-18 13:04:01 +03:00
bind_exporter/.promu.yml
TJ Hoplock d1828202b4 ci: update go to version 1.23
Signed-off-by: TJ Hoplock <t.hoplock@gmail.com>
2024-10-16 16:49:20 -04:00

19 lines
623 B
YAML

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