Skip to content

Commit

Permalink
serf: build with go1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Aug 17, 2024
1 parent adbe93a commit 1c75320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/s/serf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class Serf < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "a23cfd0f748a6d4f52803b3ade623bb79691a217e12f185103cb93359cb1c6fb"
end

depends_on "go" => :build
# use "go" again after https://github.com/hashicorp/serf/issues/736 is fixed and released
depends_on "[email protected]" => :build

uses_from_macos "zip" => :build

Expand Down

0 comments on commit 1c75320

Please sign in to comment.