mirror of
https://github.com/prometheus-community/json_exporter
synced 2024-12-23 06:53:39 +00:00
d6403b58a8
* Update changelog * Bump Go modules. * Update NewClientFromConfig use * Bump Go to 1.15. prometheus/common#249 added option to disable HTTP/2. Signed-off-by: Ben Kochie <superq@gmail.com>
19 lines
647 B
YAML
19 lines
647 B
YAML
go:
|
|
# This must match .circle/config.yml.
|
|
version: 1.15
|
|
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
|