consul-template: remove GO111MODULE as it is default

This commit is contained in:
Igor Kapkov 2019-09-25 16:27:40 +10:00 committed by FX Coudert
parent b92ea1be97
commit 621ad3666a

View file

@ -16,7 +16,6 @@ class ConsulTemplate < Formula
depends_on "go" => :build
def install
ENV["GO111MODULE"] = "on"
ENV["GOPATH"] = buildpath
ENV["XC_OS"] = "darwin"
ENV["XC_ARCH"] = "amd64"