From 54d997b1f4842c9cbe26818efb6224624dedff17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:39:48 +0100 Subject: [PATCH] rdb: pin go@1.25 --- 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 94aa0d7663f80..2d5be11b17b91 100644 --- a/Formula/r/rdb.rb +++ b/Formula/r/rdb.rb @@ -14,7 +14,8 @@ class Rdb < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "e09d6b470d8ad19e3131d841d5d21f042c6b62c1e52eb34e2c78943073923b6d" end - depends_on "go" => :build + # Unpin Go when rdb supports Go 1.26, ref: https://github.com/HDT3213/rdb/pull/63 + depends_on "go@1.25" => :build def install system "go", "build", *std_go_args(ldflags: "-s -w")