Skip to content

Commit c32d839

Browse files
authored
Merge pull request #181511 from Homebrew/hof-go1.22
hof: build with [email protected]
2 parents f4a3f79 + c53fac0 commit c32d839

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Formula/h/hof.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class Hof < Formula
2323
sha256 cellar: :any_skip_relocation, x86_64_linux: "f2d2c72ae5c2d63f628e369a67798ed8bd8da5fe57856f448b961bf600d7f881"
2424
end
2525

26-
depends_on "go" => :build
26+
# use "go" again after https://github.com/hofstadter-io/hof/issues/391 is fixed and released
27+
depends_on "[email protected]" => :build
2728

2829
def install
2930
arch = Hardware::CPU.intel? ? "amd64" : Hardware::CPU.arch.to_s

0 commit comments

Comments
 (0)