Skip to content

Commit f5385d5

Browse files
authored
Merge pull request #233414 from Homebrew/gf-pin-go-to-go@1.24
gf: pin go to go@1.24
2 parents a90a85d + e5b022e commit f5385d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/g/gf.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ class Gf < Formula
1515
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddc1d86e88c93fe51ae81ef0f38307b965afbfd1f18a298c5180dcb706d69e63"
1616
end
1717

18-
depends_on "go" => [:build, :test]
18+
# Use "go" when https://github.com/gogf/gf/pull/4313 is released (in v2.9.1 release?):
19+
depends_on "go@1.24" => [:build, :test]
1920

2021
def install
2122
cd "cmd/gf" do

0 commit comments

Comments
 (0)