tflint: remove GO111MODULE as it is default

This commit is contained in:
Igor Kapkov 2019-09-25 17:00:43 +10:00 committed by FX Coudert
parent ca299aa610
commit 2ef8d96928

View file

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