Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Formula/a/anyquery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class Anyquery < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "fe11155b9ff95e6974a11c963eba2ccf3ee387bfb8357fe51d5793b3542223be"
end

depends_on "go" => :build
# unpin Go when Anyquery supports Go 1.26
# (when go.mod references vitess > v23.0.2, ref https://github.com/vitessio/vitess/pull/19367)
depends_on "go@1.25" => :build
depends_on "mysql-client" => :test

def install
Expand Down
Loading