Skip to content

Commit 9d067bf

Browse files
committed
wego: add GO111MODULE for go1.16
1 parent e402545 commit 9d067bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/wego.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class Wego < Formula
3838
end
3939

4040
def install
41+
ENV["GO111MODULE"] = "auto"
4142
ENV["GOPATH"] = buildpath
4243
(buildpath/"src/github.com/schachmat").mkpath
4344
ln_sf buildpath, buildpath/"src/github.com/schachmat/wego"

0 commit comments

Comments
 (0)