Skip to content

Commit 99d27f7

Browse files
committed
Use "go" again after * gogf/gf#4313 was released * in https://github.com/gogf/gf/releases/tag/v2.9.1 * #235137 * cc #226636
1 parent c6f3af3 commit 99d27f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Formula/g/gf.rb

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

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]
18+
depends_on "go" => [:build, :test]
2019

2120
def install
2221
cd "cmd/gf" do

0 commit comments

Comments
 (0)