mirror of
https://github.com/prometheus-community/elasticsearch_exporter.git
synced 2026-02-06 02:47:13 +00:00
* 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>
25 lines
868 B
YAML
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
|