Skip to content

Commit

Permalink
go: depend on OS X El Capitan or later
Browse files Browse the repository at this point in the history
Go as of version 1.13 depends on OS X El Capitan or later.
See https://golang.org/doc/go1.13#darwin.

Closes Homebrew#46046.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
leonklingele authored and fxcoudert committed Nov 1, 2019
1 parent c241658 commit 5f09a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Go < Formula
end
end

depends_on :macos => :yosemite
depends_on :macos => :el_capitan

# Don't update this unless this version cannot bootstrap the new version.
resource "gobootstrap" do
Expand Down

0 comments on commit 5f09a78

Please sign in to comment.