2018-11-29 10:10:52 +00:00
|
|
|
go:
|
2020-05-01 14:35:40 +00:00
|
|
|
# Whenever the Go version is updated here, .circle/config.yml should also
|
|
|
|
# be updated.
|
2021-09-01 12:29:08 +00:00
|
|
|
version: 1.17
|
2016-01-24 22:38:06 +00:00
|
|
|
repository:
|
|
|
|
path: github.com/prometheus/statsd_exporter
|
|
|
|
build:
|
2021-03-18 10:15:17 +00:00
|
|
|
flags: -a -tags 'netgo static_build'
|
2016-01-24 22:38:06 +00:00
|
|
|
ldflags: |
|
2018-11-29 10:10:52 +00:00
|
|
|
-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"}}
|
2016-01-24 22:38:06 +00:00
|
|
|
|
|
|
|
tarball:
|
|
|
|
files:
|
|
|
|
- LICENSE
|
|
|
|
- NOTICE
|