We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5385d5 + efcca3c commit 032fb0cCopy full SHA for 032fb0c
Formula/g/golines.rb
@@ -18,7 +18,8 @@ class Golines < Formula
18
sha256 cellar: :any_skip_relocation, x86_64_linux: "1869729349e1f224e3e615710ef606a79cf3bba1e03225e2633a78497fd5ee12"
19
end
20
21
- depends_on "go" => :build
+ # Use "go" when https://github.com/segmentio/golines/pull/167 is merged and released:
22
+ depends_on "go@1.24" => :build
23
24
def install
25
ldflags = "-s -w -X main.version=#{version} -X main.commit=#{tap.user} -X main.date=#{time.iso8601}"
0 commit comments