Skip to content

Commit

Permalink
mailhog: add go 1.16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
roopakv authored and carlocab committed Feb 22, 2021
1 parent c87a6c7 commit 1031066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/mailhog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class Mailhog < Formula
def install
ENV["GOPATH"] = buildpath
ENV["GOBIN"] = bin
ENV["GO111MODULE"] = "auto"

path = buildpath/"src/github.com/mailhog/MailHog"
path.install buildpath.children
Expand Down

0 comments on commit 1031066

Please sign in to comment.