Skip to content

Commit 931f7f2

Browse files
authored
devd: fix build with Go 1.16 (#71668)
1 parent 79717cc commit 931f7f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/devd.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Devd < Formula
1717

1818
def install
1919
ENV["GOPATH"] = buildpath
20+
ENV["GO111MODULE"] = "auto"
2021
(buildpath/"src/github.com/cortesi/devd").install buildpath.children
2122
cd "src/github.com/cortesi/devd" do
2223
system "go", "build", *std_go_args, "./cmd/devd"

0 commit comments

Comments
 (0)