Skip to content

Commit

Permalink
Earthly needs Go 1.17 on Monterey (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaionescu committed Oct 27, 2021
1 parent 04502ad commit d056dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/earthly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit d056dfa

Please sign in to comment.