From 50ac1a6c869e6980b0ef7aea5a13ecc8c41c3835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Sat, 27 Jul 2024 08:16:33 +0200 Subject: [PATCH] cloudpan189-go: build with go@1.22 use "go" again when https://github.com/tickstep/cloudpan189-go/issues/101 is resolved and released To be merged after https://github.com/Homebrew/homebrew-core/pull/175310 --- Formula/c/cloudpan189-go.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/c/cloudpan189-go.rb b/Formula/c/cloudpan189-go.rb index 5aa332a300c4c..edd7733c79436 100644 --- a/Formula/c/cloudpan189-go.rb +++ b/Formula/c/cloudpan189-go.rb @@ -18,7 +18,8 @@ class Cloudpan189Go < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "21c193bc56690eef410bdbbce6d6b774fcf658f16b114ea0222afee18591d361" end - depends_on "go" => :build + # use "go" again when https://github.com/tickstep/cloudpan189-go/issues/101 is resolved and released + depends_on "go@1.22" => :build def install system "go", "build", *std_go_args(ldflags: "-s -w")