terraformer: remove GO111MODULE as it is default
This commit is contained in:
parent
c56a0bc7a4
commit
ca299aa610
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ class Terraformer < Formula
|
|||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
ENV["GO111MODULE"] = "on"
|
||||
|
||||
dir = buildpath/"src/github.com/GoogleCloudPlatform/terraformer"
|
||||
dir.install buildpath.children
|
||||
|
|
Loading…
Reference in a new issue