elasticsearch_exporter/.promu.yml
Ben Kochie 91008f4902
Update Go (#1088)
* Update minimum Go version to 1.24.0.
* Update build to Go 1.25.
* Cleanup disabled CircleCI pipeline.

Signed-off-by: SuperQ <superq@gmail.com>
2025-10-24 07:09:27 -04:00

25 lines
868 B
YAML

go:
# Whenever the Go version is updated here,
# .github/workflows should also be updated.
version: 1.25
repository:
path: github.com/prometheus-community/elasticsearch_exporter
build:
binaries:
- name: elasticsearch_exporter
ldflags: |
-s
-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
- README.md
- CHANGELOG.md
- examples/grafana/dashboard.json
- examples/kubernetes/deployment.yml
- examples/prometheus/elasticsearch.rules