Skip to content

Commit

Permalink
hof: build with go@1.22
Browse files Browse the repository at this point in the history
use "go" again after hofstadter-io/hof#391 is fixed and released

Follow-up to:

* #175310
  • Loading branch information
stefanb committed Aug 17, 2024
1 parent e7b19bd commit c53fac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/h/hof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c53fac0

Please sign in to comment.