Skip to content

Commit 9d455fc

Browse files
committed
bigquery-emulator: build with [email protected]
use "go" again after goccy/bigquery-emulator#348 is fixed and released follow-up after #175310
1 parent de7be0c commit 9d455fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Formula/b/bigquery-emulator.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ class BigqueryEmulator < Formula
1616
sha256 cellar: :any_skip_relocation, x86_64_linux: "dbbacfb90b781068c6b9c2ee71c330f19f1ceb5487a8b2e9ea3d9c453abc08fd"
1717
end
1818

19-
depends_on "go" => :build
19+
# use "go" again after https://github.com/goccy/bigquery-emulator/issues/348 is fixed and released
20+
depends_on "[email protected]" => :build
2021

2122
uses_from_macos "llvm" => :build
2223
uses_from_macos "netcat" => :test

0 commit comments

Comments
 (0)