File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ build:
1010 path : ./cmd/stackdriver-prometheus-sidecar
1111 flags : -mod=vendor -a -tags netgo
1212 ldflags : |
13- -X {{repoPath}}/vendor/ github.com/prometheus/common/version.Version={{.Version}}
14- -X {{repoPath}}/vendor/ github.com/prometheus/common/version.Revision={{.Revision}}
15- -X {{repoPath}}/vendor/ github.com/prometheus/common/version.Branch={{.Branch}}
16- -X {{repoPath}}/vendor/ github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
17- -X {{repoPath}}/vendor/ github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
13+ -X github.com/prometheus/common/version.Version={{.Version}}
14+ -X github.com/prometheus/common/version.Revision={{.Revision}}
15+ -X github.com/prometheus/common/version.Branch={{.Branch}}
16+ -X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
17+ -X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
1818tarball :
1919 files :
2020 - LICENSE
You can’t perform that action at this time.
0 commit comments