aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tobias Schmidt <tobidt@gmail.com> 2018-01-23 21:10:55 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2018-01-23 20:10:55 +0000
commitb707438534576e3f0596054a201bc271b537095e (patch)
tree6762817f84331d310db610ff40395618e19e0cd1 /Makefile
parentf9c03c2ead6ae655006b3b8264b9870028884d8f (diff)
downloadcoredns-b707438534576e3f0596054a201bc271b537095e.tar.gz
coredns-b707438534576e3f0596054a201bc271b537095e.tar.zst
coredns-b707438534576e3f0596054a201bc271b537095e.zip
Add coredns_build_info metric (#1418)
In order to track the rollout status of CoreDNS versions, add the common build_info metric.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b01b0bc2..919402595 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all: coredns
.PHONY: coredns
coredns: $(CHECKS)
- CGO_ENABLED=0 $(SYSTEM) go build $(VERBOSE) -ldflags="-s -w -X github.com/coredns/coredns/coremain.gitCommit=$(GITCOMMIT)" -o $(BINARY)
+ CGO_ENABLED=0 $(SYSTEM) go build $(VERBOSE) -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=$(GITCOMMIT)" -o $(BINARY)
.PHONY: check
check: linter core/zplugin.go core/dnsserver/zdirectives.go godeps