mirror of
https://github.com/prometheus-community/json_exporter
synced 2025-01-26 17:12:59 +00:00
eaf94d3a5e
* Update to Go 1.17. * Update modules. * Enable golint CI test. * Fixup golint issues. Signed-off-by: SuperQ <superq@gmail.com>
19 lines
647 B
YAML
19 lines
647 B
YAML
go:
|
|
# This must match .circle/config.yml.
|
|
version: 1.17
|
|
repository:
|
|
path: github.com/prometheus-community/json_exporter
|
|
build:
|
|
binaries:
|
|
- name: json_exporter
|
|
flags: -a -tags 'netgo static_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
|