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.
1 parent c6f3af3 commit 99d27f7Copy full SHA for 99d27f7
Formula/g/gf.rb
@@ -15,8 +15,7 @@ class Gf < Formula
15
sha256 cellar: :any_skip_relocation, x86_64_linux: "6ab64d92bd23a37f579283e480c28706d41217a8f30d7c8ede49d77853a523a0"
16
end
17
18
- # Use "go" when https://github.com/gogf/gf/pull/4313 is released (in v2.9.1 release?):
19
- depends_on "[email protected]" => [:build, :test]
+ depends_on "go" => [:build, :test]
20
21
def install
22
cd "cmd/gf" do
0 commit comments