node_exporter: remove GO111MODULE as it is default
This commit is contained in:
parent
1e87fdee8b
commit
b5a762c9ee
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class NodeExporter < Formula
|
|||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
ENV["GO111MODULE"] = "on"
|
||||
|
||||
(buildpath/"src/github.com/prometheus/node_exporter").install buildpath.children
|
||||
cd "src/github.com/prometheus/node_exporter" do
|
||||
|
|
Loading…
Reference in a new issue