go 1.15
parent
470f52838f
commit
c2b449128b
|
@ -4,9 +4,9 @@ class Go < Formula
|
||||||
license "BSD-3-Clause"
|
license "BSD-3-Clause"
|
||||||
|
|
||||||
stable do
|
stable do
|
||||||
url "https://golang.org/dl/go1.14.7.src.tar.gz"
|
url "https://golang.org/dl/go1.15.src.tar.gz"
|
||||||
mirror "https://fossies.org/linux/misc/go1.14.7.src.tar.gz"
|
mirror "https://fossies.org/linux/misc/go1.15.src.tar.gz"
|
||||||
sha256 "064392433563660c73186991c0a315787688e7c38a561e26647686f89b6c30e3"
|
sha256 "69438f7ed4f532154ffaf878f3dfd83747e7a00b70b3556eddabf7aaee28ac3a"
|
||||||
|
|
||||||
go_version = version.to_s.split(".")[0..1].join(".")
|
go_version = version.to_s.split(".")[0..1].join(".")
|
||||||
resource "gotools" do
|
resource "gotools" do
|
||||||
|
@ -29,7 +29,7 @@ class Go < Formula
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on macos: :el_capitan
|
depends_on macos: :sierra
|
||||||
|
|
||||||
# Don't update this unless this version cannot bootstrap the new version.
|
# Don't update this unless this version cannot bootstrap the new version.
|
||||||
resource "gobootstrap" do
|
resource "gobootstrap" do
|
||||||
|
|
Loading…
Reference in New Issue