consul-template: remove GO111MODULE as it is default
This commit is contained in:
parent
b92ea1be97
commit
621ad3666a
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue