aboutsummaryrefslogtreecommitdiff
path: root/.promu-cgo.yml
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2020-07-11 13:49:53 +0200
committerBen Kochie <superq@gmail.com>2020-07-11 18:25:18 +0200
commit7c659627da650c759ab256d8b06a73f253ff4843 (patch)
tree0f196dbb4fb6e71975f960328663da2a5a8caaa9 /.promu-cgo.yml
parent4ef4548ad5bd4bc11c7e6b2da569cf1aa05be907 (diff)
downloadprometheus_node_collector-7c659627da650c759ab256d8b06a73f253ff4843.tar.bz2
prometheus_node_collector-7c659627da650c759ab256d8b06a73f253ff4843.tar.xz
prometheus_node_collector-7c659627da650c759ab256d8b06a73f253ff4843.zip
Remove vendor directory
Dev summit 2020-07-10 consensus item: Remove vendor from repos. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to '.promu-cgo.yml')
-rw-r--r--.promu-cgo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.promu-cgo.yml b/.promu-cgo.yml
index 00bfed4..c66eb93 100644
--- a/.promu-cgo.yml
+++ b/.promu-cgo.yml
@@ -8,7 +8,7 @@ repository:
8build: 8build:
9 binaries: 9 binaries:
10 - name: node_exporter 10 - name: node_exporter
11 flags: -mod=vendor -a -tags 'netgo static_build' 11 flags: -a -tags 'netgo static_build'
12 ldflags: | 12 ldflags: |
13 -X github.com/prometheus/common/version.Version={{.Version}} 13 -X github.com/prometheus/common/version.Version={{.Version}}
14 -X github.com/prometheus/common/version.Revision={{.Revision}} 14 -X github.com/prometheus/common/version.Revision={{.Revision}}