certstrap: remove GO111MODULE as it is default
This commit is contained in:
parent
385327203d
commit
6f5a113bac
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ class Certstrap < Formula
|
|||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
ENV["GO111MODULE"] = "on"
|
||||
ENV["GOPATH"] = buildpath
|
||||
|
||||
dir = buildpath/"src/github.com/square/certstrap"
|
||||
|
|
Loading…
Reference in a new issue