From 8c52e0bb8430784e149acf6d280af3d6baf4d42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Fri, 26 Jul 2024 19:18:14 +0200 Subject: [PATCH] aliyunpan: build with go@1.22 use "go" again when https://github.com/tickstep/aliyunpan/issues/437 is resolved and released --- Formula/a/aliyunpan.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/a/aliyunpan.rb b/Formula/a/aliyunpan.rb index ef756087e3532..7f68eacadf03f 100644 --- a/Formula/a/aliyunpan.rb +++ b/Formula/a/aliyunpan.rb @@ -16,7 +16,8 @@ class Aliyunpan < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "cce09c84f4d2f1693945d82ab873d0a419913a8bfc3b87d4acd160803abe76b1" end - depends_on "go" => :build + # use "go" again when https://github.com/tickstep/aliyunpan/issues/437 is resolved and released + depends_on "go@1.22" => :build def install system "go", "build", *std_go_args(ldflags: "-s -w")