From 2ef8d96928d0d55965f0503a34db31fc352244bb Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Wed, 25 Sep 2019 17:00:43 +1000 Subject: [PATCH] tflint: remove GO111MODULE as it is default --- Formula/tflint.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/tflint.rb b/Formula/tflint.rb index 108314b676..c293522b3e 100644 --- a/Formula/tflint.rb +++ b/Formula/tflint.rb @@ -17,7 +17,6 @@ class Tflint < Formula def install ENV["GOPATH"] = buildpath - ENV["GO111MODULE"] = "on" dir = buildpath/"src/github.com/wata727/tflint" dir.install buildpath.children