mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
813e085b0d
* Update Go to 1.22. * Update minimum Go version to 1.21. Signed-off-by: SuperQ <superq@gmail.com>
18 lines
631 B
YAML
18 lines
631 B
YAML
go:
|
|
# This must match .circle/config.yml.
|
|
version: 1.22
|
|
repository:
|
|
path: github.com/prometheus-community/smartctl_exporter
|
|
build:
|
|
binaries:
|
|
- name: smartctl_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
|