From ecb2eb035037548ea6f31756454e1638886a4da1 Mon Sep 17 00:00:00 2001 From: Sebby Lipman Date: Mon, 23 Feb 2026 09:04:47 -0700 Subject: [PATCH] Update to use latest go version as dependency for zli-beta --- Formula/zli-beta.rb | 2 +- Formula/zli-beta.rb.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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