From 1c753200613534f8f2af48b916acc5d733862c46 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 17 Aug 2024 18:45:54 -0400 Subject: [PATCH] serf: build with go1.22 Signed-off-by: Rui Chen --- Formula/s/serf.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/s/serf.rb b/Formula/s/serf.rb index 9a917845db800..9e5a6181e6a39 100644 --- a/Formula/s/serf.rb +++ b/Formula/s/serf.rb @@ -20,7 +20,8 @@ class Serf < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "a23cfd0f748a6d4f52803b3ade623bb79691a217e12f185103cb93359cb1c6fb" end - depends_on "go" => :build + # use "go" again after https://github.com/hashicorp/serf/issues/736 is fixed and released + depends_on "go@1.22" => :build uses_from_macos "zip" => :build