From 5bb4945f0c8521da03bc9ea8ffdb15c4c4d71340 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:51:37 +0100 Subject: [PATCH] gotun: pin go@1.25 --- Formula/g/gotun.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/g/gotun.rb b/Formula/g/gotun.rb index 68ae75bcdc9d..7660a1adee8a 100644 --- a/Formula/g/gotun.rb +++ b/Formula/g/gotun.rb @@ -14,7 +14,8 @@ class Gotun < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "4781293eb4e7feed7cb77184d0896c1e84f7416b90f20a220d08942606527910" end - depends_on "go" => :build + # Unpin Go when gotun supports Go 1.26, ref: https://github.com/Sesame2/gotun/issues/22 + depends_on "go@1.25" => :build def install ldflags = "-s -w -X main.Version=#{version}"