From 6f5a113bac1a8e0f22cc8d3af697c4c0f19e2a49 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Wed, 25 Sep 2019 16:27:30 +1000 Subject: [PATCH] certstrap: remove GO111MODULE as it is default --- Formula/certstrap.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/certstrap.rb b/Formula/certstrap.rb index ba6127e03f..10149406e1 100644 --- a/Formula/certstrap.rb +++ b/Formula/certstrap.rb @@ -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"