Skip to content

Commit 76cf335

Browse files
authored
Merge pull request #235698 from Homebrew/[email protected]
gf: unpin [email protected]
2 parents 5a522dc + 99d27f7 commit 76cf335

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)