From 60f63040ea54f476c1a0314be62fc455c67f64dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Fri, 2 Aug 2024 06:30:59 +0200 Subject: [PATCH] juicefs: build with go@1.22 Use "go" again after https://github.com/juicedata/juicefs/issues/5047 is resolved and released To be merged after https://github.com/Homebrew/homebrew-core/pull/175310 --- Formula/j/juicefs.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/j/juicefs.rb b/Formula/j/juicefs.rb index e81a964fcedf6..b6901dac76f93 100644 --- a/Formula/j/juicefs.rb +++ b/Formula/j/juicefs.rb @@ -21,7 +21,8 @@ class Juicefs < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "2793ade0a368e8f43c2e2eb2f73ae1960722ca9378c9616f0f464428d5d81907" end - depends_on "go" => :build + # use "go" again after https://github.com/juicedata/juicefs/issues/5047 is resolved and released + depends_on "go@1.22" => :build def install system "make"