From 6249031d5399342d00b123ba0485b254a78b97ab Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 17 Aug 2024 18:36:46 -0400 Subject: [PATCH] rdb: build with go1.22 Signed-off-by: Rui Chen --- Formula/r/rdb.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/r/rdb.rb b/Formula/r/rdb.rb index a2376e0600116..c32d2b46bbd65 100644 --- a/Formula/r/rdb.rb +++ b/Formula/r/rdb.rb @@ -15,7 +15,8 @@ class Rdb < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "2938e89db70bf767cb86aba85fd503831a5ceeb5b4564dc9c03045fd7143abea" end - depends_on "go" => :build + # use "go" again after https://github.com/HDT3213/rdb/issues/37 is fixed and released + depends_on "go@1.22" => :build def install system "go", "build", *std_go_args(ldflags: "-s -w")