Skip to content

Commit 63b2df1

Browse files
lipmaslgmugnier
authored andcommitted
Update go to latest for zli
Closes #281. Signed-off-by: lgmugnier <10800317+lgmugnier@users.noreply.github.com>
1 parent 3f13650 commit 63b2df1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Formula/zli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Zli < Formula
1717
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e751f5828923854114e709629eb687509dbaf95aa05a4b96825b84867e5846c"
1818
end
1919

20-
depends_on "go@1.20" => :build
20+
depends_on "go" => :build
2121
depends_on "node@20" => :build
2222

2323
def install

Formula/zli.rb.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Zli < Formula
1111
license "Apache-2.0"
1212
head "https://github.com/bastionzero/zli.git", branch: "master"
1313

14-
depends_on "go@1.20" => :build
14+
depends_on "go" => :build
1515
depends_on "node@20" => :build
1616

1717
def install

0 commit comments

Comments
 (0)