From 12208c26479fbc0b62f916afabec23a331aa25d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Sat, 14 Feb 2026 11:23:33 +0100 Subject: [PATCH] goresym: pin go@1.25 --- Formula/g/goresym.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/g/goresym.rb b/Formula/g/goresym.rb index 14cc143a9e27..9917c0f4031d 100644 --- a/Formula/g/goresym.rb +++ b/Formula/g/goresym.rb @@ -17,7 +17,8 @@ class Goresym < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "f6414715ef12ade766c4e58fe223f6a341c4fbde88bf69495260bde6e100870b" end - depends_on "go" => :build + # Unpin Go when GoReSym supports Go 1.26, ref: https://github.com/mandiant/GoReSym/issues/80 + depends_on "go@1.25" => :build def install system "go", "build", *std_go_args(ldflags: "-s -w")