Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Formula/g/goresym.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class Goresym < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "f6414715ef12ade766c4e58fe223f6a341c4fbde88bf69495260bde6e100870b"
end

depends_on "go" => :build
# Unpin Go when GoReSym supports Go 1.26, ref: https://github.com/mandiant/GoReSym/issues/80
depends_on "[email protected]" => :build

def install
system "go", "build", *std_go_args(ldflags: "-s -w")
Expand Down
Loading