1
0
mirror of https://github.com/prometheus/mysqld_exporter.git synced 2025-04-18 09:24:02 +03:00
mysqld_exporter/.promu.yml
Ben Kochie 694449fba5
Update Go version (#890)
Update Go build to 1.23.

Signed-off-by: SuperQ <superq@gmail.com>
2024-11-08 16:52:38 +01:00

18 lines
625 B
YAML

go:
# Whenever the Go version is updated here, .circle/config.yml should also
# be updated.
version: 1.23
repository:
path: github.com/prometheus/mysqld_exporter
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
- NOTICE