diff --git a/Formula/zli-beta.rb b/Formula/zli-beta.rb index d4ab418..005ea00 100644 --- a/Formula/zli-beta.rb +++ b/Formula/zli-beta.rb @@ -17,7 +17,7 @@ class ZliBeta < Formula sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffa78c213835790c5be165cac28aa97fabf35c579bd7ce26c8b3557f69035dad" end - depends_on "go@1.20" => :build + depends_on "go" => :build depends_on "node@20" => :build def install diff --git a/Formula/zli-beta.rb.template b/Formula/zli-beta.rb.template index 15025ad..3144743 100644 --- a/Formula/zli-beta.rb.template +++ b/Formula/zli-beta.rb.template @@ -11,7 +11,7 @@ class ZliBeta < Formula license "Apache-2.0" head "https://github.com/bastionzero/zli.git", branch: "master" - depends_on "go@1.20" => :build + depends_on "go" => :build depends_on "node@20" => :build def install