Skip to content

Commit 032fb0c

Browse files
authored
Merge pull request #233415 from Homebrew/golines-pin-go-to-go@1.24
golines: pin go to go@1.24
2 parents f5385d5 + efcca3c commit 032fb0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/g/golines.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ class Golines < Formula
1818
sha256 cellar: :any_skip_relocation, x86_64_linux: "1869729349e1f224e3e615710ef606a79cf3bba1e03225e2633a78497fd5ee12"
1919
end
2020

21-
depends_on "go" => :build
21+
# Use "go" when https://github.com/segmentio/golines/pull/167 is merged and released:
22+
depends_on "go@1.24" => :build
2223

2324
def install
2425
ldflags = "-s -w -X main.version=#{version} -X main.commit=#{tap.user} -X main.date=#{time.iso8601}"

0 commit comments

Comments
 (0)