From c53fac03c40173d0bd93214386ed55a48e3f2ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Sat, 17 Aug 2024 20:36:44 +0200 Subject: [PATCH] hof: build with go@1.22 use "go" again after https://github.com/hofstadter-io/hof/issues/391 is fixed and released Follow-up to: * https://github.com/Homebrew/homebrew-core/pull/175310 --- Formula/h/hof.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/h/hof.rb b/Formula/h/hof.rb index 75a79a0280e3a..453bfb057c276 100644 --- a/Formula/h/hof.rb +++ b/Formula/h/hof.rb @@ -23,7 +23,8 @@ class Hof < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "f2d2c72ae5c2d63f628e369a67798ed8bd8da5fe57856f448b961bf600d7f881" end - depends_on "go" => :build + # use "go" again after https://github.com/hofstadter-io/hof/issues/391 is fixed and released + depends_on "go@1.22" => :build def install arch = Hardware::CPU.intel? ? "amd64" : Hardware::CPU.arch.to_s