Skip to content

Commit

Permalink
go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin authored and chenrui333 committed Aug 15, 2020
1 parent 470f528 commit c2b4491
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions Formula/go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class Go < Formula
license "BSD-3-Clause"

stable do
url "https://golang.org/dl/go1.14.7.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.14.7.src.tar.gz"
sha256 "064392433563660c73186991c0a315787688e7c38a561e26647686f89b6c30e3"
url "https://golang.org/dl/go1.15.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.15.src.tar.gz"
sha256 "69438f7ed4f532154ffaf878f3dfd83747e7a00b70b3556eddabf7aaee28ac3a"

go_version = version.to_s.split(".")[0..1].join(".")
resource "gotools" do
Expand All @@ -29,7 +29,7 @@ class Go < Formula
end
end

depends_on macos: :el_capitan
depends_on macos: :sierra

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

0 comments on commit c2b4491

Please sign in to comment.