mirror of https://github.com/jetkvm/kvm.git
make linter happy
This commit is contained in:
parent
6a2ec4b52b
commit
3a357948d0
3
Makefile
3
Makefile
|
@ -8,9 +8,6 @@ VERSION := 0.3.8
|
||||||
PROMETHEUS_TAG := github.com/prometheus/common/version
|
PROMETHEUS_TAG := github.com/prometheus/common/version
|
||||||
KVM_PKG_NAME := github.com/jetkvm/kvm
|
KVM_PKG_NAME := github.com/jetkvm/kvm
|
||||||
|
|
||||||
PROMETHEUS_TAG := github.com/prometheus/common/version
|
|
||||||
KVM_PKG_NAME := github.com/jetkvm/kvm
|
|
||||||
|
|
||||||
GO_LDFLAGS := \
|
GO_LDFLAGS := \
|
||||||
-s -w \
|
-s -w \
|
||||||
-X $(PROMETHEUS_TAG).Branch=$(BRANCH) \
|
-X $(PROMETHEUS_TAG).Branch=$(BRANCH) \
|
||||||
|
|
Loading…
Reference in New Issue