From d056dfa734ca522cf5898dde66019b2ea067004e Mon Sep 17 00:00:00 2001 From: "Vlad A. Ionescu" <446771+vladaionescu@users.noreply.github.com> Date: Wed, 27 Oct 2021 15:17:12 -0700 Subject: [PATCH] Earthly needs Go 1.17 on Monterey (#13) --- Formula/earthly.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/earthly.rb b/Formula/earthly.rb index 0093c3f..431ff77 100644 --- a/Formula/earthly.rb +++ b/Formula/earthly.rb @@ -16,7 +16,7 @@ class Earthly < Formula sha256 cellar: :any_skip_relocation, catalina: "2f03a30545c1eee86e428f5bb01601bcabd7f1125d2d1cb97dda51f53105945a" end - depends_on "go@1.16" => :build + depends_on "go@1.17" => :build def install ldflags = "-X main.DefaultBuildkitdImage=earthly/buildkitd:v#{version} -X main.Version=v#{version} -X main.GitSha=68e0565ae0adef1f0b4711a18f797684525fc9e8 "