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 a90a85d + e5b022e commit f5385d5Copy full SHA for f5385d5
Formula/g/gf.rb
@@ -15,7 +15,8 @@ class Gf < Formula
15
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddc1d86e88c93fe51ae81ef0f38307b965afbfd1f18a298c5180dcb706d69e63"
16
end
17
18
- depends_on "go" => [:build, :test]
+ # 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]
20
21
def install
22
cd "cmd/gf" do
0 commit comments