certstrap: remove GO111MODULE as it is default

This commit is contained in:
Igor Kapkov 2019-09-25 16:27:30 +10:00 committed by FX Coudert
parent 385327203d
commit 6f5a113bac

View file

@ -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"